s3: VFS: streams_xattr: In streams_xattr_stat() - ~S_IFMT already removes S_IFDIR.
authorJeremy Allison <jra@samba.org>
Fri, 25 Jun 2021 04:42:16 +0000 (21:42 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit0c210a84dbfdf81e31dd1e79736c1d9e695d3fc7
tree461a5e0f007909110c2b45d0a0dcdda40617998d
parent5f54eb555d0ef5ff332ed635ce2c52625ce74952
s3: VFS: streams_xattr: In streams_xattr_stat() - ~S_IFMT already removes S_IFDIR.

We don't need to do this separately.

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