Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f2fs: call set_buffer_new for get_block
This patch fixes wrong handling of buffer_new flag in get_block. If f2fs allocates new blocks and mapped buffer_head, it needs to set buffer_new for the bh_result. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
- Loading branch information