diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-10 20:35:50 +0100 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 12:13:12 +0200 |
commit | ba64e2b9e368fbe588ed5e3bb1494cc1dc4664a4 (patch) | |
tree | 0651712f5b75e584b52570ad6cb6bc26b0b9523c /init | |
parent | userns: Convert hfsplus to use kuid and kgid where appropriate (diff) | |
download | linux-ba64e2b9e368fbe588ed5e3bb1494cc1dc4664a4.tar.xz linux-ba64e2b9e368fbe588ed5e3bb1494cc1dc4664a4.zip |
userns: Convert isofs to use kuid/kgid where appropriate
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 9cf8cb1f618b..88f6571d4dd4 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -944,7 +944,6 @@ config UIDGID_CONVERTED depends on FUSE_FS = n depends on GFS2_FS = n depends on HPFS_FS = n - depends on ISO9660_FS = n depends on JFFS2_FS = n depends on JFS_FS = n depends on LOGFS = n |