Loading fs/xfs/xfs_file.c +1 −2 Original line number Diff line number Diff line Loading @@ -735,7 +735,6 @@ xfs_wait_dax_page( static int xfs_break_dax_layouts( struct inode *inode, uint iolock, bool *did_unlock) { struct page *page; Loading Loading @@ -766,7 +765,7 @@ xfs_break_layouts( retry = false; switch (reason) { case BREAK_UNMAP: error = xfs_break_dax_layouts(inode, *iolock, &retry); error = xfs_break_dax_layouts(inode, &retry); if (error || retry) break; /* fall through */ Loading Loading
fs/xfs/xfs_file.c +1 −2 Original line number Diff line number Diff line Loading @@ -735,7 +735,6 @@ xfs_wait_dax_page( static int xfs_break_dax_layouts( struct inode *inode, uint iolock, bool *did_unlock) { struct page *page; Loading Loading @@ -766,7 +765,7 @@ xfs_break_layouts( retry = false; switch (reason) { case BREAK_UNMAP: error = xfs_break_dax_layouts(inode, *iolock, &retry); error = xfs_break_dax_layouts(inode, &retry); if (error || retry) break; /* fall through */ Loading