]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.suse / quota-Remove-compatibility-function-sb_any_quota_en.patch
CommitLineData
2cb7cef9
BS
1From: Jan Kara <jack@suse.cz>
2References: fate#302681
3Subject: [PATCH 09/28] quota: Remove compatibility function sb_any_quota_enabled()
4Patch-mainline: 2.6.29?
5
6Signed-off-by: Jan Kara <jack@suse.cz>
7---
8 include/linux/quotaops.h | 6 ------
9 1 files changed, 0 insertions(+), 6 deletions(-)
10
11diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
12index f7dcc30..94f00ec 100644
13--- a/include/linux/quotaops.h
14+++ b/include/linux/quotaops.h
15@@ -119,9 +119,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
16 sb_has_quota_active(sb, GRPQUOTA);
17 }
18
19-/* For backward compatibility until we remove all users */
20-#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
21-
22 /*
23 * Operations supported for diskquotas.
24 */
25@@ -265,9 +262,6 @@ static inline int sb_any_quota_active(struct super_block *sb)
26 return 0;
27 }
28
29-/* For backward compatibility until we remove all users */
30-#define sb_any_quota_enabled(sb) sb_any_quota_active(sb)
31-
32 /*
33 * NO-OP when quota not configured.
34 */
35--
361.5.2.4
37