]> git.baikalelectronics.ru Git - kernel.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)
commitf9c5f1c791f46b71c155ccd9a20a1d8cdc746bd0
treeaab257b6846b77573ad6455731773eb40cec0596
parenta62cd963711b3050b24ce1acc032985f239cf5cb
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