diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-09-08 11:08:39 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-09-30 04:12:58 -0400 |
commit | be61678b1d97c9b47bb839beb3c3f48da36af072 (patch) | |
tree | e251482f3d20e0006142618b6e4c38330e0b265c /fs/ubifs | |
parent | ba60ecabf067c8ecbde47af4d99b74ee57234d8e (diff) |
UBIFS: fix commentary
Znode may refer both data nodes and indexing nodes
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/ubifs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/ubifs.h b/fs/ubifs/ubifs.h index c3ac5a8221ff..49b06c9f675a 100644 --- a/fs/ubifs/ubifs.h +++ b/fs/ubifs/ubifs.h | |||
@@ -707,8 +707,8 @@ struct ubifs_jhead { | |||
707 | * struct ubifs_zbranch - key/coordinate/length branch stored in znodes. | 707 | * struct ubifs_zbranch - key/coordinate/length branch stored in znodes. |
708 | * @key: key | 708 | * @key: key |
709 | * @znode: znode address in memory | 709 | * @znode: znode address in memory |
710 | * @lnum: LEB number of the indexing node | 710 | * @lnum: LEB number of the target node (indexing node or data node) |
711 | * @offs: offset of the indexing node within @lnum | 711 | * @offs: target node offset within @lnum |
712 | * @len: target node length | 712 | * @len: target node length |
713 | */ | 713 | */ |
714 | struct ubifs_zbranch { | 714 | struct ubifs_zbranch { |