]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint
authorKinglong Mee <kinglongmee@gmail.com>
Sat, 25 Feb 2017 11:53:39 +0000 (19:53 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 27 Feb 2017 18:07:47 +0000 (10:07 -0800)
commit2b86cd0f6799142dd63506638860faf5afa4a3aa
tree35fb8c20a172d24422d53738c878f16721b059dd
parent52c541795898ed313e87c774d73e685d9b36eaef
f2fs: new helper cur_cp_crc() getting crc in f2fs_checkpoint

There are four places that getting the crc value in f2fs_checkpoint,
just add a new helper cur_cp_crc for them.

Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/node.c
fs/f2fs/node.h