aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2016-05-07 08:52:57 -0700
committerMister Oyster <oysterized@gmail.com>2017-04-13 12:33:30 +0200
commitae7605713c399e6c4f8fe958a16f04325a6e5bbc (patch)
treea6eecb9c090d0f43c52f1ffe3f3c51d1cbdf05ff /include
parent5ab7836e93482b3ce37677669194338e7278b2bf (diff)
f2fs: do not preallocate block unaligned to 4KB
Previously f2fs_preallocate_blocks() tries to allocate unaligned blocks. In f2fs_write_begin(), however, prepare_write_begin() does not skip its allocation due to (len != 4KB). So, it needs locking node page twice unexpectedly. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Conflicts: fs/f2fs/data.c
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions