smbd: remove call to fdos_mode() when setting DOS attrs
authorRalph Boehme <slow@samba.org>
Mon, 30 Oct 2023 18:04:56 +0000 (19:04 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 5 Nov 2023 18:34:38 +0000 (18:34 +0000)
commit19434fe06d14a7fc2c9089cc880c93257eda5518
treeb5ae38ed1f23d4672a397ae83366a0b8c64435fa
parentcfec96d5e9fb2195f9e14e09bf66a68c969f4bbd
smbd: remove call to fdos_mode() when setting DOS attrs

This added in 49a754b82d33fb523cda4151a865584ae52a2e2f to work with stored
itime based File-Ids. Since switching back to purely inode based File-Ids we
can remove this call that primed itime from DOS xattr.

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