Commit 4f8be1f
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 <bfields@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>1 parent 53cb245 commit 4f8be1f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5889 | 5889 | | |
5890 | 5890 | | |
5891 | 5891 | | |
| 5892 | + | |
| 5893 | + | |
| 5894 | + | |
5892 | 5895 | | |
5893 | 5896 | | |
5894 | 5897 | | |
| |||
0 commit comments