aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-08-20 18:30:40 +0200
committerMark Fasheh <mfasheh@suse.com>2009-01-05 08:36:56 -0800
commitdcb30695f2cac86b71417629a6fe8042b4fe2ab2 (patch)
tree85a099a0314091fbc82bed07951c9c49a07a2ffc /include/linux
parentreiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled(). (diff)
downloadlinux-dev-dcb30695f2cac86b71417629a6fe8042b4fe2ab2.tar.xz
linux-dev-dcb30695f2cac86b71417629a6fe8042b4fe2ab2.zip
quota: Remove compatibility function sb_any_quota_enabled()
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/quotaops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
index 3b3346fa657c..e840ca523175 100644
--- a/include/linux/quotaops.h
+++ b/include/linux/quotaops.h
@@ -116,9 +116,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
sb_has_quota_active(sb, GRPQUOTA);
}
-/* For backward compatibility until we remove all users */
-#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
-
/*
* Operations supported for diskquotas.
*/
@@ -267,9 +264,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
return 0;
}
-/* For backward compatibility until we remove all users */
-#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
-
/*
* NO-OP when quota not configured.
*/