Skip to content

Commit

Permalink
coda: Allow coda to be built when user namespace support is enabled
Browse files Browse the repository at this point in the history
Now that the coda kernel to userspace has been modified to convert
between kuids and kgids and uids and gids, and all internal
coda structures have be modified to store uids and gids as
kuids and kgids it is safe to allow code to be built with
user namespace support enabled.

Cc: Jan Harkes <[email protected]>
Signed-off-by: "Eric W. Biederman" <[email protected]>
  • Loading branch information
ebiederm committed Feb 13, 2013
1 parent 17499e3 commit 515ee7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,6 @@ config UIDGID_CONVERTED

# Filesystems
depends on CIFS = n
depends on CODA_FS = n
depends on GFS2_FS = n
depends on NCP_FS = n
depends on NFSD = n
Expand Down

0 comments on commit 515ee7b

Please sign in to comment.