commit | bd8b2441742b49c76bec707757bd9c028ea9838e | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jul 11 17:54:34 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Fri Jul 21 11:51:19 2017 -0400 |
tree | 950978dc49c18fe92a7e17b63f3a07286c463e1a | |
parent | eda3e20847788c453aa7ab478aeaceb56ed29cb6 [diff] [blame] |
NFS: Store the raw NFS access mask in the inode's access cache Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index e52cc55..5cc91d6 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h
@@ -51,7 +51,7 @@ struct list_head lru; unsigned long jiffies; struct rpc_cred * cred; - int mask; + __u32 mask; struct rcu_head rcu_head; };