f2fs: align memory boundary for bitops
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 10 Mar 2018 01:42:28 +0000 (17:42 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 8 Apr 2018 11:14:24 +0000 (04:14 -0700)
commitcee6482cd12c621d76dd8bdb24948ed35b17a2ab
tree6ac0f10503c0122ba55b410a2e4113494b5f62b5
parent8dbfcba5f5d69b8826c4214be651296754755c83
f2fs: align memory boundary for bitops

For example, in arm64, free_nid_bitmap should be aligned to word size in order
to use bit operations.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/f2fs.h
fs/f2fs/node.c
include/linux/f2fs_fs.h