]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/ocfs2-really-add-ACL-Kconfig.patch
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / ocfs2-really-add-ACL-Kconfig.patch
1 From: Mark Fasheh <mfasheh@suse.com>
2 Date: Tue May 19 15:58:33 PDT 2009
3 Subject: ocfs2: really add ACL Kconfig
4 Patch-mainline: 2.6.29
5 Refrences: bnc#499278
6
7 The patch patches.suse/ocfs2-add-mount-option-and-Kconfig-option-for-acl.patch
8 was supposed to add Kconfig and mount options for ocfs2 ACL support.
9
10 Unfortunately, the Kconfig change got left out. This fixes the problem by adding
11 the appropriate lines to fs/Kconfig.
12
13 Signed-off-by: Mark Fasheh <mfasheh@suse.com>
14
15 Index: linux-2.6.27-SLE11_BRANCH/fs/Kconfig
16 ===================================================================
17 --- linux-2.6.27-SLE11_BRANCH.orig/fs/Kconfig
18 +++ linux-2.6.27-SLE11_BRANCH/fs/Kconfig
19 @@ -507,6 +507,15 @@ config OCFS2_COMPAT_JBD
20 is backwards compatible with JBD. It is safe to say N here.
21 However, if you really want to use the original JBD, say Y here.
22
23 +config OCFS2_FS_POSIX_ACL
24 + bool "OCFS2 POSIX Access Control Lists"
25 + depends on OCFS2_FS
26 + select FS_POSIX_ACL
27 + default n
28 + help
29 + Posix Access Control Lists (ACLs) support permissions for users and
30 + groups beyond the owner/group/world scheme.
31 +
32 endif # BLOCK
33
34 config DNOTIFY