On Tue, Nov 27, 2018 at 02:32:32AM +0800, Jia Zhu wrote: > Previously, we allocated a new block address for OPU mode in direct_IO. > > But the new address couldn't be assigned to @map->m_pblk correctly. > > This patch fix it. > > Fixes: 511f52d02f05 ('f2fs: allow out-place-update for direct IO in LFS mode') > > Signed-off-by: Jia Zhu <zhujia13@xxxxxxxxxx> > --- > v2: > - update commit message. > > fs/f2fs/data.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) <formletter> This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. </formletter>