]> git.karo-electronics.de Git - linux-beck.git/commit
ncpfs: Support interacting with multiple user namespaces
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 8 Feb 2012 00:28:28 +0000 (16:28 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:13 +0000 (06:15 -0800)
commit1ac7fd8190b79c822631ed537186fb8b2d9e9b74
treede88733bf16f6ed670e0de354dded191ae844717
parent0f07bd3753e25c80fe24428273c791f350b3a1eb
ncpfs: Support interacting with multiple user namespaces

ncpfs does not natively support uids and gids so this conversion was
simply a matter of updating the the type of the mounteduid, the uid
and the gid on the superblock. Fixing the ioctls that read them,
updating the mount option parser and the mount option printer.

Cc: Petr Vandrovec <petr@vandrovec.name>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/ncpfs/inode.c
fs/ncpfs/ioctl.c
fs/ncpfs/ncp_fs_sb.h
init/Kconfig