]> git.karo-electronics.de Git - karo-tx-linux.git/commit
f2fs: avoid unneeded initializing when converting inline dentry
authorChao Yu <chao2.yu@samsung.com>
Mon, 24 Aug 2015 09:36:25 +0000 (17:36 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 24 Aug 2015 16:38:20 +0000 (09:38 -0700)
commit4ec17d688d74b6b7cb10043c57ff4818cde2b0ca
tree5614139dca4e67d4c1d2d1ff7b65dff2369734e1
parent6a6788576dac56135bf98ad974a038b0afb1a499
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>
fs/f2fs/inline.c