diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 16:25:39 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-20 06:11:55 -0700 |
commit | 170782eb89462d30302cec12378253115b492b38 (patch) | |
tree | eff2d455057fcd084071487139ba89521f287032 /init/Kconfig | |
parent | 1a06d420ce9d60b98f5bdf5fd6e4200abfbd3c35 (diff) | |
download | linux-170782eb89462d30302cec12378253115b492b38.tar.gz linux-170782eb89462d30302cec12378253115b492b38.tar.bz2 linux-170782eb89462d30302cec12378253115b492b38.zip |
userns: Convert fat to use kuid/kgid where appropriate
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 296d48b26034..60bdff259b27 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -952,7 +952,6 @@ config UIDGID_CONVERTED depends on ECRYPT_FS = n depends on EFS_FS = n depends on EXOFS_FS = n - depends on FAT_FS = n depends on FUSE_FS = n depends on GFS2_FS = n depends on HFS_FS = n |