smbd: allow POSIX opens for file_set_dosmode() in mark_file_modified()
authorRalph Boehme <slow@samba.org>
Tue, 31 Oct 2023 11:23:44 +0000 (12:23 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 5 Nov 2023 18:34:38 +0000 (18:34 +0000)
commitf5604640e90b522533abee16905361aa0ef9e48d
tree52595dba0d4b642b49148e3d3eed7d22642ff3f8
parent4d1b4d893d2fe297218309736ae63bac63404b5b
smbd: allow POSIX opens for file_set_dosmode() in mark_file_modified()

As this check was previously added to file_set_dosmode() this is not yet a
change in behaviour.

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