提交 dcb30695 编写于 作者: J Jan Kara 提交者: Mark Fasheh

quota: Remove compatibility function sb_any_quota_enabled()

Signed-off-by: NJan Kara <jack@suse.cz>
Signed-off-by: NMark Fasheh <mfasheh@suse.com>
上级 6929f891
...@@ -116,9 +116,6 @@ static inline int sb_any_quota_active(struct super_block *sb) ...@@ -116,9 +116,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
sb_has_quota_active(sb, GRPQUOTA); 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. * Operations supported for diskquotas.
*/ */
...@@ -267,9 +264,6 @@ static inline int sb_any_quota_active(struct super_block *sb) ...@@ -267,9 +264,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
return 0; 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. * NO-OP when quota not configured.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册