mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
NFSv4: Specify the type of ACL to cache
When caching a NFSv4 ACL, we want to specify whether we are caching an NFSv4.0 type acl, the NFSv4.1 dacl or the NFSv4.1 sacl. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
This commit is contained in:
committed by
Anna Schumaker
parent
6949493884
commit
7b8b44eb77
@@ -800,6 +800,13 @@ struct nfs_setattrargs {
|
||||
const struct nfs4_label *label;
|
||||
};
|
||||
|
||||
enum nfs4_acl_type {
|
||||
NFS4ACL_NONE = 0,
|
||||
NFS4ACL_ACL,
|
||||
NFS4ACL_DACL,
|
||||
NFS4ACL_SACL,
|
||||
};
|
||||
|
||||
struct nfs_setaclargs {
|
||||
struct nfs4_sequence_args seq_args;
|
||||
struct nfs_fh * fh;
|
||||
|
||||
Reference in New Issue
Block a user