]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1f44dc85e4f7e37b8aad7d7f31075d8f8432529
treedcf46da1a28e046b8a6d00e16cdb2fdd439da619
parent47a567fabc3e52534f8206e6cbeb1e2ebdbc7709
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