diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-08 00:41:24 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-15 23:59:27 +0200 |
commit | 1523299d5817773e344d135d4b1c485f269400bc (patch) | |
tree | eef0768f5418facb1d37dbe99f346b9d77223f9f /init | |
parent | userns: Convert ext2 to use kuid/kgid where appropriate. (diff) | |
download | linux-1523299d5817773e344d135d4b1c485f269400bc.tar.xz linux-1523299d5817773e344d135d4b1c485f269400bc.zip |
userns: Convert ext3 to use kuid/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 769d9a471eec..669f991bb133 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -929,7 +929,6 @@ config UIDGID_CONVERTED depends on ECRYPT_FS = n depends on EFS_FS = n depends on EXOFS_FS = n - depends on EXT3_FS = n depends on EXT4_FS = n depends on FAT_FS = n depends on FUSE_FS = n |