]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.fixes/ocfs2-really-add-ACL-Kconfig.patch
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / ocfs2-really-add-ACL-Kconfig.patch
CommitLineData
2cb7cef9
BS
1From: Mark Fasheh <mfasheh@suse.com>
2Date: Tue May 19 15:58:33 PDT 2009
3Subject: ocfs2: really add ACL Kconfig
4Patch-mainline: 2.6.29
5Refrences: bnc#499278
6
7The patch patches.suse/ocfs2-add-mount-option-and-Kconfig-option-for-acl.patch
8was supposed to add Kconfig and mount options for ocfs2 ACL support.
9
10Unfortunately, the Kconfig change got left out. This fixes the problem by adding
11the appropriate lines to fs/Kconfig.
12
13Signed-off-by: Mark Fasheh <mfasheh@suse.com>
14
15Index: 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