From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> Hi, This patchset fix the improper assignment for did_zero in iomap_zero_iter() and dax_zero_iter(). Changelog: V1 -> V2: 1. split it into two patches for dax and iomap. Kaixu Xia (2): iomap: set did_zero to true when zeroing successfully dax: set did_zero to true when zeroing successfully fs/dax.c | 4 ++-- fs/iomap/buffered-io.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) -- 2.27.0