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-- 1.7 KB
Makefile -rw-r--r-- 185 bytes
balloc.c -rw-r--r-- 5.7 KB
dir.c -rw-r--r-- 8.4 KB
file.c -rw-r--r-- 1.2 KB
ialloc.c -rw-r--r-- 5.8 KB
inode.c -rw-r--r-- 9.2 KB
itree.c -rw-r--r-- 11.6 KB
namei.c -rw-r--r-- 5.9 KB
super.c -rw-r--r-- 15.1 KB
sysv.h -rw-r--r-- 7.7 KB

back to top