Re: [f2fs-dev] [PATCH] f2fs: align memory boundary for bitops

2018-03-14 Thread Chao Yu
On 2018/3/10 10:03, Jaegeuk Kim wrote: > For example, in arm64, free_nid_bitmap should be aligned to word size in order > to use bit operations. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

[PATCH] f2fs: align memory boundary for bitops

2018-03-09 Thread Jaegeuk Kim
For example, in arm64, free_nid_bitmap should be aligned to word size in order to use bit operations. Signed-off-by: Jaegeuk Kim --- fs/f2fs/f2fs.h | 2 +- fs/f2fs/node.c | 20 +--- include/linux/f2fs_fs.h | 4 3 files changed, 22 insertions(+), 4 deletio