]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
quota: Remove compatibility function sb_any_quota_enabled()
authorJan Kara <jack@suse.cz>
Wed, 20 Aug 2008 16:30:40 +0000 (18:30 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:56 +0000 (08:36 -0800)
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
include/linux/quotaops.h

index 3b3346fa657c9e871c5ef90db5fbd508f0c171c4..e840ca523175b929ef349c6a17b478ca31f08d24 100644 (file)
@@ -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.
  */