]> www.infradead.org Git - users/jedix/linux-maple.git/commit
smb/server: remove useless assignment of 'file_present' in smb2_open()
authorChenXiaoSong <chenxiaosong@kylinos.cn>
Thu, 22 Aug 2024 08:20:52 +0000 (08:20 +0000)
committerSteve French <stfrench@microsoft.com>
Thu, 22 Aug 2024 14:52:00 +0000 (09:52 -0500)
commit0dd771b7d60b8281f10f6721783c60716d22075f
treeb1598878ab24cb327e20c45da48f9f67a8528a9a
parent4e8771a3666c8f216eefd6bd2fd50121c6c437db
smb/server: remove useless assignment of 'file_present' in smb2_open()

The variable is already true here.

Signed-off-by: ChenXiaoSong <chenxiaosong@kylinos.cn>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/server/smb2pdu.c