Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
commit 7c9d922 upstream. Truncate an inode's address space when flipping the GFS2_DIF_JDATA flag: depending on that flag, the pages in the address space will either use buffer heads or iomap_folio_state structs, and we cannot mix the two. Reported-by: Kun Hu <[email protected]>, Jiaji Qin <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information