aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pps_kernel.h
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2016-08-20 15:12:01 +0800
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:34:00 +0200
commit72b3318b53693ba6df4615e09249fc2a9522a6f4 (patch)
treeca8b12c95243970fc1c312c6d00caa30b836e681 /include/linux/pps_kernel.h
parent24d9a6d297da4f5eaf26a84d5c239a23a03a61f0 (diff)
f2fs: fix to preallocate block only aligned to 4K
In write_begin(), we skip checking dnode block for preallocating block when whole block needs to be updated since we preallocated its block in f2fs_preallocate_blocks, for partial updated block, we will still try to lock its node and do preallocation in write_begin(), so in f2fs_preallocate_blocks we should not preallocate its block. But previously, the calculation of preallocating block number is incorrect, fix it. Signed-off-by: Chao Yu <yuchao0@huawei.com> [Jaegeuk Kim: fix a bug] Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Conflicts: fs/f2fs/data.c
Diffstat (limited to 'include/linux/pps_kernel.h')
0 files changed, 0 insertions, 0 deletions