]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
f2fs: simplfy a field name in struct f2fs_extent,extent_info
authorChao Yu <chao2.yu@samsung.com>
Thu, 5 Feb 2015 09:47:25 +0000 (17:47 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:45 +0000 (09:58 -0800)
commit4d0b0bd4385f0ce8d3b430f9667c5e2ca1de10af
tree7b6a92caad4e93c33d46bedb8c9da92fb14be372
parent0c872e2dedfc09f41a5604d1c5010f800c0bd8f1
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 <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h
include/linux/f2fs_fs.h