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
ChangeLog -rw-r--r-- 14.0 KB
Kconfig -rw-r--r-- 917 bytes
Makefile -rw-r--r-- 206 bytes
TODO -rw-r--r-- 385 bytes
befs.h -rw-r--r-- 3.0 KB
befs_fs_types.h -rw-r--r-- 4.9 KB
btree.c -rw-r--r-- 21.9 KB
btree.h -rw-r--r-- 304 bytes
datastream.c -rw-r--r-- 15.8 KB
datastream.h -rw-r--r-- 536 bytes
debug.c -rw-r--r-- 7.1 KB
endian.h -rw-r--r-- 3.1 KB
inode.c -rw-r--r-- 1.2 KB
inode.h -rw-r--r-- 120 bytes
io.c -rw-r--r-- 1.3 KB
io.h -rw-r--r-- 110 bytes
linuxvfs.c -rw-r--r-- 25.0 KB
super.c -rw-r--r-- 3.3 KB
super.h -rw-r--r-- 131 bytes

back to top