[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TAKE - xfsprogs



Date:  Thu Aug 16 15:36:38 PDT 2001
Workarea:  snort.melbourne.sgi.com:/diskb/build4/nathans/base-linux-xfs

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:100956a
cmd/xfsprogs/libdisk/liblvm.h - 1.3
	- nuke include of linux/autoconf.h as it seems to cause problems
	  on some distros.


Date:  Sun Aug 19 02:59:52 PDT 2001
Workarea:  snort.melbourne.sgi.com:/diskb/build4/nathans/base-linux-xfs

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs


Modid:  2.4.x-xfs:slinx:101028a
cmd/xfsprogs/mkfs/proto.c - 1.4
	- fix up the error handling for certain corner cases - an error code
	  isn't particularly useful on its own.

cmd/xfsprogs/logprint/log_misc.c - 1.7
	- fix a bug in the reporting of extended attributes.  thanks to
	  Tang Lingbo for the fix.

cmd/xfsprogs/libxfs/util.c - 1.4
	- its possible to get a successful return result from xfs_dialloc (via
	  xfs_fix_freelist indirectly) where an inode was not successfully
	  allocated &n error did not occur - we explicitly guard against this
	  case now and propogate a meaningful return status back up the stack,
	  so that mkfs/repair can make appropriate diagnostics.

cmd/xfsprogs/doc/CHANGES - 1.33
	- document things changed so far.