aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorHuajun Li <huajun.li.lee@gmail.com>2012-12-05 16:45:32 +0800
committerAndreas Blaesius <skate4life@gmx.de>2016-06-05 21:19:45 +0200
commitb5a4503b2c9deff83b86fdd158df9ef66d25b4bc (patch)
tree83b323e6f4d123ff2b089b2f003bea987ae9a3f3 /Documentation/filesystems
parent6f6ea1449aabf42ac77913ad88cbc09e77556857 (diff)
downloadkernel_samsung_espresso10-b5a4503b2c9deff83b86fdd158df9ef66d25b4bc.zip
kernel_samsung_espresso10-b5a4503b2c9deff83b86fdd158df9ef66d25b4bc.tar.gz
kernel_samsung_espresso10-b5a4503b2c9deff83b86fdd158df9ef66d25b4bc.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/f2fs.txt b/Documentation/filesystems/f2fs.txt
index dee3960..8fbd8b4 100644
--- a/Documentation/filesystems/f2fs.txt
+++ b/Documentation/filesystems/f2fs.txt
@@ -253,7 +253,7 @@ Index Structure
The key data structure to manage the data locations is a "node". Similar to
traditional file structures, F2FS has three types of node: inode, direct node,
-indirect node. F2FS assigns 4KB to an inode block which contains 929 data block
+indirect node. F2FS assigns 4KB to an inode block which contains 923 data block
indices, two direct node pointers, two indirect node pointers, and one double
indirect node pointer as described below. One direct node block contains 1018
data blocks, and one indirect node block contains also 1018 node blocks. Thus,