The patch titled QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly has been removed from the -mm tree. Its filename was quota-have-linux-quotah-include-linux-rwsemh-explicitly.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: QUOTA: Have <linux/quota.h> include <linux/rwsem.h> explicitly From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Since quota.h declares a R/W semaphore, it should include rwsem.h explicitly. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Acked-by: Jan Kara <jack@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/quota.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/linux/quota.h~quota-have-linux-quotah-include-linux-rwsemh-explicitly include/linux/quota.h --- a/include/linux/quota.h~quota-have-linux-quotah-include-linux-rwsemh-explicitly +++ a/include/linux/quota.h @@ -132,6 +132,7 @@ struct if_dqinfo { #ifdef __KERNEL__ #include <linux/spinlock.h> +#include <linux/rwsem.h> #include <linux/mutex.h> #include <linux/dqblk_xfs.h> _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch git-avr32.patch git-dvb.patch kbuild-remove-references-to-deprecated-prepare-all-target.patch git-mips.patch git-netdev-all.patch remove-useless-find_first_bit-macro-from-cardbusc.patch remove-some-unused-scsi-related-kernel-config-variables.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch fix-misspelled-usbnet_mii-kernel-config-option.patch fix-apparent-typo-config_usb_cdcether.patch oss-replace-kmallocmemset-combos-with-kzalloc.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