]> git.baikalelectronics.ru Git - kernel.git/commit
9p: Transmit kuid and kgid values
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 30 Jan 2013 00:09:41 +0000 (16:09 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Feb 2013 11:19:30 +0000 (03:19 -0800)
commit110d411c4a710d1195987e66d92ab89e0d56e12b
treec87d24cc220734f65ef7f54e0ed404f74dcfeea1
parent5c602ab91191d24ca6d622a613f2d16daec175f5
9p: Transmit kuid and kgid values

Modify the p9_client_rpc format specifiers of every function that
directly transmits a uid or a gid from 'd' to 'u' or 'g' as
appropriate.

Modify those same functions to take kuid_t and kgid_t parameters
instead of uid_t and gid_t parameters.

Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@gmail.com>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/9p/v9fs.c
include/net/9p/client.h
net/9p/client.c