From: Chao Yu Date: Thu, 5 Feb 2015 09:47:25 +0000 (+0800) Subject: f2fs: simplfy a field name in struct f2fs_extent,extent_info X-Git-Tag: omap-for-v4.2/o2_dc~90^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0b0bd4385f0ce8d3b430f9667c5e2ca1de10af;p=pandora-kernel.git f2fs: simplfy a field name in struct f2fs_extent,extent_info Rename a filed name from 'blk_addr' to 'blk' in struct {f2fs_extent,extent_info} as annotation of this field descripts its meaning well to us. By this way, we can avoid long statement in code of following patches. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed