projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6929f89
)
quota: Remove compatibility function sb_any_quota_enabled()
author
Jan Kara
<
[email protected]
>
Wed, 20 Aug 2008 16:30:40 +0000
(18:30 +0200)
committer
Mark Fasheh
<
[email protected]
>
Mon, 5 Jan 2009 16:36:56 +0000
(08:36 -0800)
Signed-off-by: Jan Kara <
[email protected]
>
Signed-off-by: Mark Fasheh <
[email protected]
>
include/linux/quotaops.h
patch
|
blob
|
history
diff --git
a/include/linux/quotaops.h
b/include/linux/quotaops.h
index 3b3346fa657c9e871c5ef90db5fbd508f0c171c4..e840ca523175b929ef349c6a17b478ca31f08d24 100644
(file)
--- a/
include/linux/quotaops.h
+++ b/
include/linux/quotaops.h
@@
-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.
*/