ubifs: Pass ubifs_zbranch to try_read_node()
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 7 Sep 2018 12:36:24 +0000 (14:36 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 23 Oct 2018 11:48:10 +0000 (13:48 +0200)
commit545bc8f6b0c60eee789a91ac1f8c9a16467b2fc5
tree740c2772487b6603de064eb7c1a13db3c98c2d6f
parentc4de6d7e4319ffb52d6db3138057712749540191
ubifs: Pass ubifs_zbranch to try_read_node()

try_read_node() takes len, lnum and offs arguments which the caller all
extracts from the same struct ubifs_zbranch *. When adding authentication
support we would have to add a pointer to a hash to the arguments which
is also part of struct ubifs_zbranch. Pass the ubifs_zbranch * instead
so that we do not have to add another argument.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/ubifs/tnc.c