https://github.com/torvalds/linux
Revision e125f5284f81bbb765a504494622b45c02faf978 authored by Colin Ian King on 06 June 2017, 23:33:45 UTC, committed by Steve French on 21 June 2017, 00:14:40 UTC
There is a redundant return in function cifs_creation_time_get
that appears to be old vestigial code than can be removed. So
remove it.

Detected by CoverityScan, CID#1361924 ("Structurally dead code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steve French <smfrench@gmail.com>
1 parent dcd8783
History
Tip revision: e125f5284f81bbb765a504494622b45c02faf978 authored by Colin Ian King on 06 June 2017, 23:33:45 UTC
cifs: remove redundant return in cifs_creation_time_get
Tip revision: e125f52
File Mode Size
Kconfig -rw-r--r-- 188 bytes
Makefile -rw-r--r-- 321 bytes
acl.c -rw-r--r-- 4.1 KB
dcache.c -rw-r--r-- 3.6 KB
devorangefs-req.c -rw-r--r-- 22.8 KB
dir.c -rw-r--r-- 9.1 KB
downcall.h -rw-r--r-- 2.8 KB
file.c -rw-r--r-- 18.9 KB
inode.c -rw-r--r-- 11.1 KB
namei.c -rw-r--r-- 12.1 KB
orangefs-bufmap.c -rw-r--r-- 12.7 KB
orangefs-bufmap.h -rw-r--r-- 806 bytes
orangefs-cache.c -rw-r--r-- 4.2 KB
orangefs-debug.h -rw-r--r-- 2.7 KB
orangefs-debugfs.c -rw-r--r-- 25.3 KB
orangefs-debugfs.h -rw-r--r-- 309 bytes
orangefs-dev-proto.h -rw-r--r-- 2.0 KB
orangefs-kernel.h -rw-r--r-- 16.3 KB
orangefs-mod.c -rw-r--r-- 5.9 KB
orangefs-sysfs.c -rw-r--r-- 32.2 KB
orangefs-sysfs.h -rw-r--r-- 77 bytes
orangefs-utils.c -rw-r--r-- 17.5 KB
protocol.h -rw-r--r-- 13.1 KB
super.c -rw-r--r-- 16.6 KB
symlink.c -rw-r--r-- 423 bytes
upcall.h -rw-r--r-- 6.7 KB
waitqueue.c -rw-r--r-- 10.0 KB
xattr.c -rw-r--r-- 12.4 KB

back to top