diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 15:58:38 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 03:13:07 -0700 |
commit | c010d1ff4f69c9f4aa331dfd8266262fb1b478ce (patch) | |
tree | 8930c8f28fa0b3cd07d10a8321015b7760abea57 /init | |
parent | 9a11f4513c2e308e0025a55b465d377438606445 (diff) | |
download | linux-stable-c010d1ff4f69c9f4aa331dfd8266262fb1b478ce.tar.gz linux-stable-c010d1ff4f69c9f4aa331dfd8266262fb1b478ce.tar.bz2 linux-stable-c010d1ff4f69c9f4aa331dfd8266262fb1b478ce.zip |
userns: Convert adfs to use kuid and kgid where appropriate
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 485c60ae2aed..20ddf0d7dec0 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -933,7 +933,6 @@ config UIDGID_CONVERTED # Filesystems depends on 9P_FS = n - depends on ADFS_FS = n depends on AFFS_FS = n depends on AFS_FS = n depends on AUTOFS4_FS = n |