nfs: handle servers that support only ALLOW ACE type.
authorMalahal Naineni <malahal@us.ibm.com>
Thu, 23 Jan 2014 14:54:55 +0000 (08:54 -0600)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 27 Jan 2014 16:54:35 +0000 (11:54 -0500)
commit7dd7d95916fe7c8494aa8708204d5a2b8689d270
tree80988537136637de0e411ee776ec9e22ab9f4f5c
parented7e5423014ad89720fcf315c0b73f2c5d0c7bd2
nfs: handle servers that support only ALLOW ACE type.

Currently we support ACLs if the NFS server file system supports both
ALLOW and DENY ACE types. This patch makes the Linux client work with
ACLs even if the server supports only 'ALLOW' ACE type.

Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4proc.c