]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Minor xfsprogs updates - man pages, docs, version number bump.
authorNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:12:23 +0000 (06:12 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 17 Jun 2006 06:12:23 +0000 (06:12 +0000)
Merge of master-melb:xfs-cmds:26269a by kenmcd.

VERSION
debian/changelog
doc/CHANGES
io/Makefile
man/man8/xfs_io.8

diff --git a/VERSION b/VERSION
index e1be0f5e53c0d8123c22975ec731babf88e22d1e..77357c4c87d72cf06ecf2dc7a872d461f36db7f6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=8
-PKG_REVISION=1
+PKG_REVISION=2
 PKG_BUILD=1
index 92b616d9517cb10c838c235aac20ae1346ec35a2..a6202572f78898f0ad7712cff7cc743e4771a1d4 100644 (file)
@@ -1,8 +1,8 @@
-xfsprogs (2.8.1-1) unstable; urgency=low
+xfsprogs (2.8.2-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Nathan Scott <nathans@debian.org>  Mon, 29 May 2006 08:46:05 +1000
+ -- Nathan Scott <nathans@debian.org>  Sat, 17 Jun 2006 14:14:15 +1000
 
 xfsprogs (2.7.16-1) unstable; urgency=low
 
index 1655cc7f6006d26d52a77e28f7ee37d801965831..5ed493a669e052c660cb9bc15e2ed0073b382adc 100644 (file)
@@ -1,6 +1,10 @@
-[cvs]
+xfsprogs-2.8.2 (17 June 2006)
        - More updates to repair/libxfs for improving performance
        - Incorporate librt into the build process for lio_listio
+       - Minor xfs_logprint tweaks and fixes.
+       - Small updates to xfs_io manual page.
+       - Several fixes from earler 2.8 releases with respect to
+         inode/buffer cache refcounting.
 
 xfsprogs-2.8.1 (29 May 2006)
        - Fix endianness issues on FreeBSD.
index 5d616ddbdf5ba462b87a4f1425808b767a7301e0..6f10e8de97411be80c549625d8d8e7feb885c5d8 100644 (file)
@@ -53,12 +53,10 @@ endif
 
 ifeq ($(ENABLE_READLINE),yes)
 LLDLIBS += $(LIBREADLINE) $(LIBTERMCAP)
-CFLAGS += -DENABLE_READLINE
 endif
 
 ifeq ($(ENABLE_EDITLINE),yes)
 LLDLIBS += $(LIBEDITLINE) $(LIBTERMCAP)
-CFLAGS += -DENABLE_EDITLINE
 endif
 
 default: $(LTCOMMAND)
index 79a928e8fad673d83d369153d91c71e700ae6462..2b74e67473cf259e929e8973d6fa68f300028c94 100644 (file)
@@ -7,8 +7,11 @@ xfs_io \- debug the I/O path of an XFS filesystem
 .fi
 .SH DESCRIPTION
 \f2xfs_io\f1 is a debugging tool like \f2xfs_db\f1, but is aimed
-at examining the regular file I/O path rather than the raw XFS volume
+at examining the regular file I/O paths rather than the raw XFS volume
 itself.
+These code paths include not only the obvious read/write/mmap interfaces
+for manipulating files, but also cover all of the XFS extensions (such
+as space preallocation, additional inode flags, etc).
 .PP
 The options to \f2xfs_io\f1 are:
 .TP 10