]> Git Repo - linux.git/commit
nfs: we don't support removing system.nfs4_acl
authorJ. Bruce Fields <[email protected]>
Thu, 28 Jan 2021 22:36:38 +0000 (17:36 -0500)
committerAnna Schumaker <[email protected]>
Thu, 11 Mar 2021 18:17:42 +0000 (13:17 -0500)
commit4f8be1f53bf615102d103c0509ffa9596f65b718
tree0a0f60d600994aa8bb8bc4cd4818195c7ac89550
parent53cb245454df5b13d7063162afd7a785aed6ebf2
nfs: we don't support removing system.nfs4_acl

The NFSv4 protocol doesn't have any notion of reomoving an attribute, so
removexattr(path,"system.nfs4_acl") doesn't make sense.

There's no documented return value.  Arguably it could be EOPNOTSUPP but
I'm a little worried an application might take that to mean that we
don't support ACLs or xattrs.  How about EINVAL?

Signed-off-by: J. Bruce Fields <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
fs/nfs/nfs4proc.c
This page took 0.057618 seconds and 4 git commands to generate.