diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-08-24 11:36:25 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-24 18:38:20 +0200 |
commit | 4ec17d688d74b6b7cb10043c57ff4818cde2b0ca (patch) | |
tree | 5614139dca4e67d4c1d2d1ff7b65dff2369734e1 /init | |
parent | f2fs: atomically set inode->i_flags (diff) | |
download | linux-4ec17d688d74b6b7cb10043c57ff4818cde2b0ca.tar.xz linux-4ec17d688d74b6b7cb10043c57ff4818cde2b0ca.zip |
f2fs: avoid unneeded initializing when converting inline dentry
When converting inline dentry, we will zero out target dentry page before
duplicating data of inline dentry into target page, it become overhead
since inline dentry size is not small.
So this patch tries to remove unneeded initializing in the space of target
dentry page.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions