]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: remove SMB_VFS_FSTAT() from open_file()
authorRalph Boehme <slow@samba.org>
Tue, 17 Nov 2020 15:05:11 +0000 (16:05 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 16 Dec 2020 09:08:30 +0000 (09:08 +0000)
commitc1c2dd6c19f0d96648bfb16a2fa4433e7129f9fe
treedde10e3e0b7ff8db681ca115f95b754bbbcb4df9
parent2b45b9a09008b63c3aa0ea062ed3b2c0eafc960b
smbd: remove SMB_VFS_FSTAT() from open_file()

This is now done in non_widelink_open().

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