]> 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)
commit5c9f7208f7e280d732b0f1c24da43f1cf1c9d21d
treeaab257b6846b77573ad6455731773eb40cec0596
parent386a003f46f34ef8967251dbf6bd2dd81d7074a7
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