]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch
9df0a80fa4a96e604a1c982a4e5b4201a2a5d1d8
[ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.suse / quota-Remove-compatibility-function-sb_any_quota_en.patch
1 From: Jan Kara <jack@suse.cz>
2 References: fate#302681
3 Subject: [PATCH 09/28] quota: Remove compatibility function sb_any_quota_enabled()
4 Patch-mainline: 2.6.29?
5
6 Signed-off-by: Jan Kara <jack@suse.cz>
7 ---
8 include/linux/quotaops.h | 6 ------
9 1 files changed, 0 insertions(+), 6 deletions(-)
10
11 diff --git a/include/linux/quotaops.h b/include/linux/quotaops.h
12 index 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 --
36 1.5.2.4
37