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-- 371 bytes
Makefile -rw-r--r-- 126 bytes
file.c -rw-r--r-- 3.8 KB
inode.c -rw-r--r-- 3.2 KB
internal.h -rw-r--r-- 779 bytes
super.c -rw-r--r-- 6.1 KB

back to top