diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
| -rw-r--r-- | include/linux/nfs_xdr.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index ac7c8ae254f..be9cf3c7e79 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -652,7 +652,7 @@ struct nfs_getaclargs {  };  /* getxattr ACL interface flags */ -#define NFS4_ACL_LEN_REQUEST	0x0001	/* zero length getxattr buffer */ +#define NFS4_ACL_TRUNC		0x0001	/* ACL was truncated */  struct nfs_getaclres {  	size_t				acl_len;  	size_t				acl_data_offset;  |