Skip to content
Commit 8b232696 authored by Bharath SM's avatar Bharath SM Committed by Greg Kroah-Hartman
Browse files

cifs: remove redundant variable assignment

[ Upstream commit 2760161d

 ]

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: default avatarBharath SM <bharathsm@microsoft.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 1598a015
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment