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)
- 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>

No differences found