VFS: posixacl_xattr: In posixacl_xattr_acl_delete_def_file() change SMB_VFS_REMOVEXAT...
commit3b0778be143245c4fc748abb421f550b863461ff
authorJeremy Allison <jra@samba.org>
Fri, 12 Mar 2021 22:47:37 +0000 (12 14:47 -0800)
committerRalph Boehme <slow@samba.org>
Wed, 7 Apr 2021 16:26:28 +0000 (7 16:26 +0000)
treee37255514d614c034caffabb59a3cba2a3aae21c
parentf6cd9a548fa646a7916ce424b8242f1fd6ffc543
VFS: posixacl_xattr: In posixacl_xattr_acl_delete_def_file() change SMB_VFS_REMOVEXATTR() -> SMB_VFS_FREMOVEXATTR().

We know this is safe as SMB_VFS_SYS_ACL_DELETE_DEF_FILE() is only
ever called on an fsp->fsp_name.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/posixacl_xattr.c