diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-11 14:23:51 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 06:13:20 -0400 |
commit | e4849737f76c8767e70dc1575f6e59fc3682b3fe (patch) | |
tree | be063ec6b7090febc567f37cafd4133b7c2b292b /init/Kconfig | |
parent | d03ca5820d84090f47ce831df619f2fff66eb52b (diff) |
userns: Convert loop to use kuid_t instead of uid_t
Cc: Jens Axboe <jaxboe@fusionio.com>
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 f0371a65ac06..f31599739f7f 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -960,7 +960,6 @@ config UIDGID_CONVERTED | |||
960 | depends on !UML || HOSTFS = n | 960 | depends on !UML || HOSTFS = n |
961 | 961 | ||
962 | # The rare drivers that won't build | 962 | # The rare drivers that won't build |
963 | depends on BLK_DEV_LOOP = n | ||
964 | depends on ANDROID_BINDER_IPC = n | 963 | depends on ANDROID_BINDER_IPC = n |
965 | 964 | ||
966 | # Security modules | 965 | # Security modules |