aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-04-07 18:10:06 +0200
committerJan Kara <jack@suse.cz>2009-04-27 16:49:52 +0200
commitfd1b52435a6d9663de896e8437ef067372916ef3 (patch)
tree29ca8e641eba57647260b92afd4406e54f280876 /fs
parentsparc: convert to use __HEAD and HEAD_TEXT macros. (diff)
downloadlinux-dev-fd1b52435a6d9663de896e8437ef067372916ef3.tar.xz
linux-dev-fd1b52435a6d9663de896e8437ef067372916ef3.zip
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/quota/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/quota/Makefile b/fs/quota/Makefile
index 385a0831cc99..68d4f6dc0578 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