From 46f34a259939d8e815da1a5a5374d39153ed57e3 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 15 Jul 2013 21:16:52 -0500 Subject: [PATCH] xfs_metadump: manpage fix regarding frozen fs The xfs_metadump manpage states that metadump works on a frozen filesystem; it does not. In fact, there is no way to detect a frozen filesystem, so we can't make it work, either. So just remove this from the manpage; unmounted or RO mounted is what is enforced by xfs_metadump. Signed-off-by: Eric Sandeen Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- man/man8/xfs_metadump.8 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man/man8/xfs_metadump.8 b/man/man8/xfs_metadump.8 index 26cea97f2..4fa1b1c7e 100644 --- a/man/man8/xfs_metadump.8 +++ b/man/man8/xfs_metadump.8 @@ -32,10 +32,8 @@ is \-, then the output is sent to stdout. This allows the output to be redirected to another program such as a compression application. .PP .B xfs_metadump -should only be used to copy unmounted filesystems, read-only mounted -filesystems, or frozen filesystems (see -.BR xfs_freeze (8)). -Otherwise, the generated dump could be inconsistent or corrupt. +may only be used to copy unmounted filesystems, or read-only mounted +filesystems. .PP .B xfs_metadump does not alter the source filesystem in any way. The -- 2.47.2