cifs: remove redundant variable assignment
authorBharath SM <bharathsm@microsoft.com>
Thu, 14 Mar 2024 18:06:36 +0000 (23:36 +0530)
committerSteve French <stfrench@microsoft.com>
Thu, 14 Mar 2024 18:54:27 +0000 (13:54 -0500)
commit2760161d149f8d60c3f767fc62a823a1ead9d367
tree48c0b5d16429dc5fe050fabe070f5577183b3ef8
parentfc20c523211a38b87fc850a959cb2149e4fd64b0
cifs: remove redundant variable assignment

This removes an unnecessary variable assignment. The assigned
value will be overwritten by cifs_fattr_to_inode before it
is accessed, making the line redundant.

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/inode.c