Files
android_kernel_xiaomi_sm8450/fs/f2fs
Jaegeuk Kim 0080c50764 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>
2016-05-07 10:44:57 -07:00
..
2016-05-07 10:44:54 -07:00
2016-04-15 08:49:47 -07:00
2016-05-07 10:32:25 -07:00
2016-05-07 10:32:29 -07:00
2016-05-07 10:44:54 -07:00
2016-05-07 10:44:54 -07:00
2016-05-03 11:20:06 -07:00