diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2018-09-07 15:36:25 +0300 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-10-23 14:48:14 +0300 |
commit | 22ceaa8c688d0c8a6fc6eb7ebf32c01914220d0a (patch) | |
tree | 267fae44a90adb1d37dbb07ed8acf725e3952318 /fs/ubifs/tnc.c | |
parent | 545bc8f6b0c60eee789a91ac1f8c9a16467b2fc5 (diff) | |
download | linux-22ceaa8c688d0c8a6fc6eb7ebf32c01914220d0a.tar.xz |
ubifs: Pass ubifs_zbranch to read_znode()
read_znode() 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>
Diffstat (limited to 'fs/ubifs/tnc.c')
0 files changed, 0 insertions, 0 deletions