]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: remove redundant return in cifs_creation_time_get
authorColin Ian King <colin.king@canonical.com>
Tue, 6 Jun 2017 23:33:45 +0000 (00:33 +0100)
committerSteve French <smfrench@gmail.com>
Wed, 21 Jun 2017 00:14:40 +0000 (19:14 -0500)
commitcee9d44c982955410d2114f4b99891161253787a
treed31153a2f27613f5b2c88a51dd83b2199734f303
parent7200a3ff5f39e88ae3d66159df25d730b6bbe9ab
cifs: remove redundant return in cifs_creation_time_get

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>
fs/cifs/xattr.c