From: Eric W. Biederman Date: Wed, 30 Jan 2013 00:09:41 +0000 (-0800) Subject: 9p: Transmit kuid and kgid values X-Git-Tag: v3.9-rc1~85^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f791f7c5e354870eaa5e31c4038c6723683283f1;p=pandora-kernel.git 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 Cc: Ron Minnich Cc: Latchesar Ionkov Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed