From 75a96acd030f5631a433712ea88b672ee84a0c5b Mon Sep 17 00:00:00 2001 From: Amerigo Wang Date: Mon, 9 May 2011 10:30:41 -0400 Subject: [PATCH] --- yaml --- r: 251722 b: refs/heads/master c: 66bb82798d9ff896271d13f5020f7fb9b7d88e1a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext4/super.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 45c5ef44e229..a097a3c8a08b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 55ff3840a293923daacc880cf4aed30c3c49f754 +refs/heads/master: 66bb82798d9ff896271d13f5020f7fb9b7d88e1a diff --git a/trunk/fs/ext4/super.c b/trunk/fs/ext4/super.c index c22926eab5dc..fc827bb2a69b 100644 --- a/trunk/fs/ext4/super.c +++ b/trunk/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,