diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-11 00:19:23 +0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 14:13:18 +0400 |
commit | a726ecce75896b2045f1646a2d7e31a5562b25a0 (patch) | |
tree | 730d5a8aee96f69ba39be6d346fd4dea5fced0a7 /init | |
parent | 85a03d1bba3b9132adc1aa8f4b8b9e11bac429ec (diff) | |
download | linux-a726ecce75896b2045f1646a2d7e31a5562b25a0.tar.xz |
userns: Convert the sysv filesystem to use kuid/kgid where appropriate
Cc: Christoph Hellwig <hch@infradead.org>
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 1ff9f4156575..3427832fb4af 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -952,7 +952,6 @@ config UIDGID_CONVERTED depends on OCFS2_FS = n depends on REISERFS_FS = n depends on SQUASHFS = n - depends on SYSV_FS = n depends on UBIFS_FS = n depends on UDF_FS = n depends on UFS_FS = n |