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)
commitf791f7c5e354870eaa5e31c4038c6723683283f1
treec87d24cc220734f65ef7f54e0ed404f74dcfeea1
parent97fc8b1ebf6a0fe4bb9c71a8e91a822c22c09bc5
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
This page took 0.034406 seconds and 5 git commands to generate.