diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 18:39:12 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-05-15 17:59:26 -0400 |
commit | b8a9f9e183229d163d8ace855cbbb63c209fba3c (patch) | |
tree | bbc939ff827c9ec3220bc5c6177c9964d45cc1e6 /init/Kconfig | |
parent | f04c6ce2cfaff4b982a6c8ad37e07c14379c111c (diff) |
userns: Convert ext2 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/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 2738a7c47936..769d9a471eec 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -929,7 +929,6 @@ config UIDGID_CONVERTED | |||
929 | depends on ECRYPT_FS = n | 929 | depends on ECRYPT_FS = n |
930 | depends on EFS_FS = n | 930 | depends on EFS_FS = n |
931 | depends on EXOFS_FS = n | 931 | depends on EXOFS_FS = n |
932 | depends on EXT2_FS = n | ||
933 | depends on EXT3_FS = n | 932 | depends on EXT3_FS = n |
934 | depends on EXT4_FS = n | 933 | depends on EXT4_FS = n |
935 | depends on FAT_FS = n | 934 | depends on FAT_FS = n |