]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ubifs: Remove dead code from ubifs_get_link()
authorRichard Weinberger <richard@nod.at>
Wed, 17 May 2017 08:36:49 +0000 (10:36 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 14 Jul 2017 20:49:07 +0000 (22:49 +0200)
commitd2eb85226fcd981767d1829b09ae1070cf695b98
treeaab257b6846b77573ad6455731773eb40cec0596
parent35ee314c84cd4b3e3689292f82c0af2af246c343
ubifs: Remove dead code from ubifs_get_link()

We check the length already, no need to check later
again for an empty string.

Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/file.c