cifs: Remove useless variable
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 8 Apr 2021 08:31:02 +0000 (16:31 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 25 Apr 2021 21:28:22 +0000 (16:28 -0500)
commit83cd9ed7ae720c216e7b57b607ae26af603594db
treedcf46da1a28e046b8a6d00e16cdb2fdd439da619
parentc45adff786b780b22db03e102f47d5515cf78072
cifs: Remove useless variable

Fix the following gcc warning:

fs/cifs/cifsacl.c:1097:8: warning: variable ‘nmode’ set but not used
[-Wunused-but-set-variable].

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsacl.c