Gitweb: http://git.kernel.org/linus/fd1b52435a6d9663de896e8437ef067372916ef3 Commit: fd1b52435a6d9663de896e8437ef067372916ef3 Parent: ce8a7424d23a36f043d0de8484f888971c831119 Author: Christoph Hellwig <hch@lst.de> AuthorDate: Tue Apr 7 18:10:06 2009 +0200 Committer: Jan Kara <jack@suse.cz> CommitDate: Mon Apr 27 16:49:52 2009 +0200 quota: remove obsolete comments in fs/quota/Makefile Get rid of useless comments and the equally useless obj-y initialization. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz> --- fs/quota/Makefile | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/fs/quota/Makefile b/fs/quota/Makefile index 385a083..68d4f6d 100644 --- a/fs/quota/Makefile +++ b/fs/quota/Makefile @@ -1,12 +1,3 @@ -# -# Makefile for the Linux filesystems. -# -# 14 Sep 2000, Christoph Hellwig <hch@infradead.org> -# 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
