- mkfs can now make a complete, mountable MIPS fs
(ymmv with proto files though)
- INT_SET wasn't returning new value if used in-place
this caused INT_MOD to return incorrect values
fix was to make INT_SET use INT_GET to fetch the new
value. This is not ideal, but will hopefully get optomized
out most of the time - more investigation needed.
Modid: 2.3.99pre2-xfs:slinx:58607a
Date: Wed Apr 19 20:42:13 PDT 2000
Workarea: snort:/build1/people/dxm/isms/slinx-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.3.99pre2-xfs
cmd/xfs/mkfs/xfs_mkfs.c - 1.159
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/cmd/xfs/mkfs/xfs_mkfs.c.diff?r1=text&tr1=1.159&r2=text&tr2=1.158&f=h
- finish (?) endian conversion
linux/fs/xfs/xfs_arch.h - 1.22
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_arch.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.21&f=h
- fix INT_SET to return new value - needed for INT_MOD
|