All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage
@ 2013-11-12 16:31 Eric Sandeen
  2013-11-12 17:38 ` Christoph Hellwig
  2013-11-13  2:12 ` Rich Johnston
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Sandeen @ 2013-11-12 16:31 UTC (permalink / raw)
  To: xfs-oss

xfs_check is deprecated & slated for removal in June 2014.

We can stop referring to it now, though - pointing fsck.xfs
users to it doesn't make sense at this point.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/fsck/xfs_fsck.sh b/fsck/xfs_fsck.sh
index c5a96e6..e52969e 100755
--- a/fsck/xfs_fsck.sh
+++ b/fsck/xfs_fsck.sh
@@ -19,6 +19,6 @@ if $AUTO; then
 	echo "$0: XFS file system."
 else
 	echo "If you wish to check the consistency of an XFS filesystem or"
-	echo "repair a damaged filesystem, see xfs_check(8) and xfs_repair(8)."
+	echo "repair a damaged filesystem, see xfs_repair(8)."
 fi
 exit 0
diff --git a/man/man8/fsck.xfs.8 b/man/man8/fsck.xfs.8
index b890ad1..ace7252 100644
--- a/man/man8/fsck.xfs.8
+++ b/man/man8/fsck.xfs.8
@@ -20,8 +20,6 @@ simply exits with a zero exit status.
 If you wish to check the consistency of an XFS filesystem,
 or repair a damaged or corrupt XFS filesystem,
 see
-.BR xfs_check (8)
-and
 .BR xfs_repair (8).
 .
 .SH FILES
@@ -30,5 +28,4 @@ and
 .BR fsck (8),
 .BR fstab (5),
 .BR xfs (5),
-.BR xfs_check (8),
 .BR xfs_repair (8).

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage
  2013-11-12 16:31 [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage Eric Sandeen
@ 2013-11-12 17:38 ` Christoph Hellwig
  2013-11-13  2:12 ` Rich Johnston
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2013-11-12 17:38 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: xfs-oss

On Tue, Nov 12, 2013 at 10:31:12AM -0600, Eric Sandeen wrote:
> xfs_check is deprecated & slated for removal in June 2014.
> 
> We can stop referring to it now, though - pointing fsck.xfs
> users to it doesn't make sense at this point.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage
  2013-11-12 16:31 [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage Eric Sandeen
  2013-11-12 17:38 ` Christoph Hellwig
@ 2013-11-13  2:12 ` Rich Johnston
  1 sibling, 0 replies; 3+ messages in thread
From: Rich Johnston @ 2013-11-13  2:12 UTC (permalink / raw)
  To: Eric Sandeen, xfs-oss

This has been committed.

Thanks
--Rich

commit 12a48f5d8a06a8ca21b6221e94318e4922f0316c
Author: Eric Sandeen <sandeen@redhat.com>
Date:   Tue Nov 12 16:31:12 2013 +0000

     xfsprogs: remove xfs_check references from fsck.xfs script & manpage

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-13  2:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-12 16:31 [PATCH] xfsprogs: remove xfs_check references from fsck.xfs script & manpage Eric Sandeen
2013-11-12 17:38 ` Christoph Hellwig
2013-11-13  2:12 ` Rich Johnston

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.