diff options
Diffstat (limited to 'include/linux/quotaops.h')
-rw-r--r-- | include/linux/quotaops.h | 6 |
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 | */ |