summaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorAmerigo Wang <amwang@redhat.com>2011-05-09 10:30:41 -0400
committerTheodore Ts'o <tytso@mit.edu>2011-05-09 10:30:41 -0400
commit66bb82798d9ff896271d13f5020f7fb9b7d88e1a (patch)
tree7bfbb2708421712b735e9c32a92a8cbbf3d58f22 /fs/ext4
parent55ff3840a293923daacc880cf4aed30c3c49f754 (diff)
downloadop-kernel-dev-66bb82798d9ff896271d13f5020f7fb9b7d88e1a.zip
op-kernel-dev-66bb82798d9ff896271d13f5020f7fb9b7d88e1a.tar.gz
ext4: remove redundant #ifdef in super.c
There is already an #ifdef CONFIG_QUOTA some lines above, so this one is totally useless. Signed-off-by: WANG Cong <amwang@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index c22926e..fc827bb 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -1203,9 +1203,7 @@ static ssize_t ext4_quota_write(struct super_block *sb, int type,
const char *data, size_t len, loff_t off);
static const struct dquot_operations ext4_quota_operations = {
-#ifdef CONFIG_QUOTA
.get_reserved_space = ext4_get_reserved_space,
-#endif
.write_dquot = ext4_write_dquot,
.acquire_dquot = ext4_acquire_dquot,
.release_dquot = ext4_release_dquot,
OpenPOWER on IntegriCloud