Loading include/linux/quotaops.h +0 −6 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading @@ -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. */ Loading Loading
include/linux/quotaops.h +0 −6 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading @@ -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. */ Loading