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)
commite125f5284f81bbb765a504494622b45c02faf978
treed31153a2f27613f5b2c88a51dd83b2199734f303
parentdcd87838c06f05ab7650b249ebf0d5b57ae63e1e
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