--- a/xfsprogs/growfs/xfs_growfs.c 2006-12-21 17:07:16.000000000 +1100 +++ b/xfsprogs/growfs/xfs_growfs.c 2006-12-21 17:06:16.639597863 +1100 @@ -448,5 +448,5 @@ if (geo.rtextsize != ngeo.rtextsize) printf(_("realtime extent size changed from %d to %d\n"), geo.rtextsize, ngeo.rtextsize); - exit(0); + exit(error); }