coda: Cache permisions in struct coda_inode_info in a kuid_t.
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 31 Jan 2013 03:36:06 +0000 (19:36 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:00:54 +0000 (06:00 -0800)
commit17499e332962e495b3ee2e5507e09b853ed6f607
treeb3765f8203c071367f56baf547dad104c6d9297d
parentd83f5901bc0cd7131a3b8534169ee889efc4c257
coda: Cache permisions in struct coda_inode_info in a kuid_t.

- Change c_uid in struct coda_indoe_info from a vuid_t to a kuid_t.
- Initialize c_uid to GLOBAL_ROOT_UID instead of 0.
- Use uid_eq to compare cached kuids.

Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/coda/cache.c
fs/coda/coda_fs_i.h
fs/coda/inode.c
This page took 0.026265 seconds and 5 git commands to generate.