diff options
author | Huajun Li <huajun.li.lee@gmail.com> | 2012-12-05 03:45:32 -0500 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-10 23:43:44 -0500 |
commit | d08ab08d140de247eb812ce2c3c4b323620e4609 (patch) | |
tree | 4bc473b6ab7157964e79ef8a4aa8dd79a1fe08b5 /Documentation/filesystems | |
parent | 705f814e34e08f6169439014a2916fd5afbdf232 (diff) |
f2fs: fix a typo in f2fs documentation
In f2fs_fs.h, one f2fs inode contains 923 data block pointers, while
f2fs documentation says it is 929. Fix this inconsistence.
Signed-off-by: Huajun Li <huajun.li.lee@gmail.com>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/f2fs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt index dee3960982b8..8fbd8b46ee34 100644 --- a/Documentation/filesystems/f2fs.txt +++ b/Documentation/filesystems/f2fs.txt | |||
@@ -253,7 +253,7 @@ Index Structure | |||
253 | 253 | ||
254 | The key data structure to manage the data locations is a "node". Similar to | 254 | The key data structure to manage the data locations is a "node". Similar to |
255 | traditional file structures, F2FS has three types of node: inode, direct node, | 255 | traditional file structures, F2FS has three types of node: inode, direct node, |
256 | indirect node. F2FS assigns 4KB to an inode block which contains 929 data block | 256 | indirect node. F2FS assigns 4KB to an inode block which contains 923 data block |
257 | indices, two direct node pointers, two indirect node pointers, and one double | 257 | indices, two direct node pointers, two indirect node pointers, and one double |
258 | indirect node pointer as described below. One direct node block contains 1018 | 258 | indirect node pointer as described below. One direct node block contains 1018 |
259 | data blocks, and one indirect node block contains also 1018 node blocks. Thus, | 259 | data blocks, and one indirect node block contains also 1018 node blocks. Thus, |