diff options
| author | Chao Yu <yuchao0@huawei.com> | 2017-07-06 01:11:31 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-07-13 16:58:15 -0700 |
| commit | 4f7f22b7c85a4b25247df14955c64761b401ebc5 (patch) | |
| tree | b905cb80d5650b0248c24676c572712289c32cb9 /tools/perf/scripts/python/bin | |
| parent | 0b359879b966344cb2aa51e3906b422dfd201974 (diff) | |
f2fs: don't count inode block in in-memory inode.i_blocks
Previously, we count all inode consumed blocks including inode block,
xattr block, index block, data block into i_blocks, for other generic
filesystems, they won't count inode block into i_blocks, so for
userspace applications or quota system, they may detect incorrect block
count according to i_blocks value in inode.
This patch changes to count all blocks into inode.i_blocks excluding
inode block, for on-disk i_blocks, we keep counting inode block for
backward compatibility.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
