Skip to content

Commit 2ba5b48

Browse files
saschahauerrichardweinberger
authored andcommitted
ubifs: describe function parameters
With 16a26b2 ("ubifs: authentication: Add hashes to index nodes") insert_node() and insert_dent() got a new function parameter 'hash'. Add a description for this new parameter. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202311051618.D7YUE1Rr-lkp@intel.com/ Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> Signed-off-by: Richard Weinberger <richard@nod.at>
1 parent 19c2fcb commit 2ba5b48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fs/ubifs/replay.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ static void destroy_replay_list(struct ubifs_info *c)
365365
* @lnum: node logical eraseblock number
366366
* @offs: node offset
367367
* @len: node length
368+
* @hash: node hash
368369
* @key: node key
369370
* @sqnum: sequence number
370371
* @deletion: non-zero if this is a deletion
@@ -417,6 +418,7 @@ static int insert_node(struct ubifs_info *c, int lnum, int offs, int len,
417418
* @lnum: node logical eraseblock number
418419
* @offs: node offset
419420
* @len: node length
421+
* @hash: node hash
420422
* @key: node key
421423
* @name: directory entry name
422424
* @nlen: directory entry name length

0 commit comments

Comments
 (0)