Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ubifs: describe function parameters

With 16a26b20d2afd ("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>

authored by

Sascha Hauer and committed by
Richard Weinberger
2ba5b489 19c2fcb4

+2
+2
fs/ubifs/replay.c
··· 365 365 * @lnum: node logical eraseblock number 366 366 * @offs: node offset 367 367 * @len: node length 368 + * @hash: node hash 368 369 * @key: node key 369 370 * @sqnum: sequence number 370 371 * @deletion: non-zero if this is a deletion ··· 418 417 * @lnum: node logical eraseblock number 419 418 * @offs: node offset 420 419 * @len: node length 420 + * @hash: node hash 421 421 * @key: node key 422 422 * @name: directory entry name 423 423 * @nlen: directory entry name length