Commit be61678b authored by Artem Bityutskiy's avatar Artem Bityutskiy

UBIFS: fix commentary

Znode may refer both data nodes and indexing nodes
Signed-off-by: default avatarArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
parent ba60ecab
...@@ -707,8 +707,8 @@ struct ubifs_jhead { ...@@ -707,8 +707,8 @@ struct ubifs_jhead {
* struct ubifs_zbranch - key/coordinate/length branch stored in znodes. * struct ubifs_zbranch - key/coordinate/length branch stored in znodes.
* @key: key * @key: key
* @znode: znode address in memory * @znode: znode address in memory
* @lnum: LEB number of the indexing node * @lnum: LEB number of the target node (indexing node or data node)
* @offs: offset of the indexing node within @lnum * @offs: target node offset within @lnum
* @len: target node length * @len: target node length
*/ */
struct ubifs_zbranch { struct ubifs_zbranch {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment