Skip to content

Commit

Permalink
quota: Remove compatibility function sb_any_quota_enabled()
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
  • Loading branch information
Jan Kara authored and Mark Fasheh committed Jan 5, 2009
1 parent 6929f89 commit dcb3069
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/linux/quotaops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down

0 comments on commit dcb3069

Please sign in to comment.