smbd: leave comment on broken SMB1 POSIX open handling of SMB_O_DIRECT
commit3f73bb591cf0ab4e7e305c9b58727790e54b32ed
authorRalph Boehme <slow@samba.org>
Fri, 24 Nov 2023 15:29:57 +0000 (24 16:29 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 27 Nov 2023 18:31:35 +0000 (27 18:31 +0000)
tree76a60269f5a5f3edd572b3bb7a4d40d5394173a2
parent0b74adb3f01e8211f13391f021792799d528ebba
smbd: leave comment on broken SMB1 POSIX open handling of SMB_O_DIRECT

Since e0814dc5082dd4ecca8a155e0ce24b073158fd92 the passed in attributes get
replaced by the mode in create_file_default().

As FILE_FLAG_NO_BUFFERING is never checked when doing the final IO, it doesn't
really matter.

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