The patch titled x86-sysfs-kill-owner-field-from-attribute-fix-3 has been removed from the -mm tree. Its filename was x86-sysfs-kill-owner-field-from-attribute-fix-3.patch This patch was dropped because it was folded into x86-sysfs-kill-owner-field-from-attribute.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: x86-sysfs-kill-owner-field-from-attribute-fix-3 From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> OK, this needs to be a two-phase thing. Cc: "Parag Warudkar" <parag.lkml@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: David Brownell <david-b@xxxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Cc: Jean Delvare <khali@xxxxxxxxxxxx> Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Cc: Len Brown <lenb@xxxxxxxxxx> Cc: Parag Warudkar <parag.lkml@xxxxxxxxx> Cc: Roland Dreier <rolandd@xxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/sysfs.h | 2 -- 1 file changed, 2 deletions(-) diff -puN include/linux/sysfs.h~x86-sysfs-kill-owner-field-from-attribute-fix-3 include/linux/sysfs.h --- a/include/linux/sysfs.h~x86-sysfs-kill-owner-field-from-attribute-fix-3 +++ a/include/linux/sysfs.h @@ -27,9 +27,7 @@ struct module; */ struct attribute { const char *name; -#ifndef CONFIG_X86 struct module *owner; -#endif mode_t mode; }; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch mm-cleanup-to-make-remove_memory-arch-neutral.patch vmscan-move-isolate_lru_page-to-vmscanc.patch define-page_file_cache-function.patch vmscan-split-lru-lists-into-anon-file-sets.patch unevictable-lru-infrastructure.patch unevictable-lru-page-statistics.patch mlock-mlocked-pages-are-unevictable.patch mmap-handle-mlocked-pages-during-map-remap-unmap.patch vmscan-unevictable-lru-scan-sysctl.patch mlock-make-mlock-error-return-posixly-correct.patch mm-rewrite-vmap-layer.patch memory_probe-fix-wrong-sysfs-file-attribute.patch container-freezer-add-tif_freeze-flag-to-all-architectures.patch container-freezer-implement-freezer-cgroup-subsystem.patch hwmon-pc87360-separate-alarm-files-add-in-min-max-alarms.patch hwmon-pc87360-separate-alarm-files-add-temp-min-max-crit-fault-alarms.patch hwmon-pc87360-separate-alarm-files-add-therm-min-max-crit-alarms.patch drivers-hwmon-applesmcc-remove-unneeded-casts.patch fb-push-down-the-bkl-in-the-ioctl-handler.patch ext3-fix-ext3_dx_readdir-hash-collision-handling.patch cgroups-fix-probable-race-with-put_css_set-and-find_css_set.patch message-queues-increase-range-limits.patch drivers-rtc-rtc-bq4802c-dont-use-bin_2_bcd-and-bcd_2_bin.patch x86-sysfs-kill-owner-field-from-attribute.patch x86-sysfs-kill-owner-field-from-attribute-fix-3.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html