Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb30695 authored by Jan Kara's avatar Jan Kara Committed by Mark Fasheh
Browse files

quota: Remove compatibility function sb_any_quota_enabled()



Signed-off-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
parent 6929f891
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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.
 */