fix sign of error return in mount update and statfs operations,
mount update could have returned either sign, and statfs was
just wrong.
Date: Mon Jun 2 08:34:46 PDT 2003
Workarea: penguin.americas.sgi.com:/src/lord/xfs-merge.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:150137a
linux/fs/xfs/xfs_vfsops.c - 1.420
- update parseargs code to return positive errors to be consistent
with other parts of xfs and so the callers can treat it consistently
with the other error values they can get.
linux/fs/xfs/linux/xfs_super.c - 1.258
- convert sign of error return before returning to linux
vfs in mntupdate and statfs call.
|