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

Commit b76963fa authored by Nathan Scott's avatar Nathan Scott
Browse files

[XFS] getattr can return an error code, so propogate any from lower


layers.

SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:26095a

Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 3d80ede4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -643,7 +643,7 @@ xfs_vn_getattr(
		error = vn_revalidate(vp);
	if (!error)
		generic_fillattr(inode, stat);
	return 0;
	return -error;
}

STATIC int