Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e12070a5 authored by Niv Sardi's avatar Niv Sardi Committed by Lachlan McIlroy
Browse files

[XFS] actually check error returned by xfs_flush_pages, clean up and


bailout if fails.

SGI-PV: 973041
SGI-Modid: xfs-linux-melb:xfs-kern:30462a

Signed-off-by: default avatarNiv Sardi <xaiki@sgi.com>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent 4b119e21
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5869,6 +5869,10 @@ xfs_getbmap(
		/* xfs_fsize_t last_byte = xfs_file_last_byte(ip); */
		error = xfs_flush_pages(ip, (xfs_off_t)0,
					       -1, 0, FI_REMAPF);
		if (error) {
			xfs_iunlock(ip, XFS_IOLOCK_SHARED);
		return error;
		}
	}

	ASSERT(whichfork == XFS_ATTR_FORK || ip->i_delayed_blks == 0);