aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-08-20 12:30:40 -0400
committerMark Fasheh <mfasheh@suse.com>2009-01-05 11:36:56 -0500
commitdcb30695f2cac86b71417629a6fe8042b4fe2ab2 (patch)
tree85a099a0314091fbc82bed07951c9c49a07a2ffc /include
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')
-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)
116 sb_has_quota_active(sb, GRPQUOTA); 116 sb_has_quota_active(sb, GRPQUOTA);
117} 117}
118 118
119/* For backward compatibility until we remove all users */
120#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
121
122/* 119/*
123 * Operations supported for diskquotas. 120 * Operations supported for diskquotas.
124 */ 121 */
@@ -267,9 +264,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
267 return 0; 264 return 0;
268} 265}
269 266
270/* For backward compatibility until we remove all users */
271#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
272
273/* 267/*
274 * NO-OP when quota not configured. 268 * NO-OP when quota not configured.
275 */ 269 */