projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57d5488
)
GFS2: do not select QUOTA
author
Christoph Hellwig
<hch@infradead.org>
Wed, 3 Mar 2010 13:53:51 +0000
(08:53 -0500)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Tue, 9 Mar 2010 10:08:36 +0000
(10:08 +0000)
gfs2 only needs the quotactl code, not the generic quota implementation.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/Kconfig
b/fs/gfs2/Kconfig
index 4dcddf83326f45f7dd874587ef915b7844d60b0b..a47b4310711201889a2e0ff84b4f004fdf3e1850 100644
(file)
--- a/
fs/gfs2/Kconfig
+++ b/
fs/gfs2/Kconfig
@@
-8,7
+8,6
@@
config GFS2_FS
select FS_POSIX_ACL
select CRC32
select SLOW_WORK
- select QUOTA
select QUOTACTL
help
A cluster filesystem.