The patch titled quota: remove obsolete comments in fs/quota/Makefile has been removed from the -mm tree. Its filename was quota-remove-obsolete-comments-in-fs-quota-makefile.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: quota: remove obsolete comments in fs/quota/Makefile From: Christoph Hellwig <hch@xxxxxx> Get rid of useless comments and the equally useless obj-y initialization. Signed-off-by: Christoph Hellwig <hch@xxxxxx> Cc: Jan Kara <jack@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/quota/Makefile | 9 --------- 1 file changed, 9 deletions(-) diff -puN fs/quota/Makefile~quota-remove-obsolete-comments-in-fs-quota-makefile fs/quota/Makefile --- a/fs/quota/Makefile~quota-remove-obsolete-comments-in-fs-quota-makefile +++ a/fs/quota/Makefile @@ -1,12 +1,3 @@ -# -# Makefile for the Linux filesystems. -# -# 14 Sep 2000, Christoph Hellwig <hch@xxxxxxxxxxxxx> -# Rewritten to use lists instead of if-statements. -# - -obj-y := - obj-$(CONFIG_QUOTA) += dquot.o obj-$(CONFIG_QFMT_V1) += quota_v1.o obj-$(CONFIG_QFMT_V2) += quota_v2.o _ Patches currently in -mm which might be from hch@xxxxxx are origin.patch linux-next.patch vfs-fix-vfs_rename_dir-for-fs_rename_does_d_move-filesystems.patch vfs-consolidate-common-fstatat-code-into-vfs_fstatat.patch vfs-kill-vfs_stat_fd-vfs_lstat_fd.patch vfs-kill-vfs_stat_fd-vfs_lstat_fd-fix.patch xfs-use-memdup_user.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