aboutsummaryrefslogtreecommitdiff
path: root/include/linux/quotaops.h
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/quotaops.h
parent6929f891241d3fe3af01d28503b645e63241e49a (diff)
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/quotaops.h')
-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 3b3346fa657..e840ca52317 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.
*/