OSDN Git Service

f2fs: clean up hash codes
authorChao Yu <yuchao0@huawei.com>
Thu, 30 Nov 2017 11:28:21 +0000 (19:28 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 8 Feb 2018 02:05:33 +0000 (18:05 -0800)
commite4f5e26cdadf858848e1157067fc853d3c41eb4e
tree5c59d12dc35f5da4c5c73a31c92feacaf950feaa
parent1f994d47080c0bac79eb20e90649664799cfce28
f2fs: clean up hash codes

f2fs_chksum and f2fs_crc32 use the same 'crc32' crypto engine, also
their implementation are almost the same, except with different
shash description context.

Introduce __f2fs_crc32 to wrap the common codes, and reuse it in
f2fs_chksum and f2fs_crc32.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h