Skip to content

Commit

Permalink
9p: Allow building 9p with user namespaces enabled.
Browse files Browse the repository at this point in the history
Now that the uid_t -> kuid_t, gid_t -> kgid_t conversion
has been completed in 9p allow 9p to be built when user
namespaces are enabled.

Cc: Eric Van Hensbergen <[email protected]>
Cc: Ron Minnich <[email protected]>
Cc: Latchesar Ionkov <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
  • Loading branch information
ebiederm committed Feb 12, 2013
1 parent d4ef4e3 commit 4fa814b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1070,11 +1070,7 @@ config UIDGID_CONVERTED
bool
default y

# Networking
depends on NET_9P = n

# Filesystems
depends on 9P_FS = n
depends on AFS_FS = n
depends on CIFS = n
depends on CODA_FS = n
Expand Down

0 comments on commit 4fa814b

Please sign in to comment.