[Libguestfs] [PATCH 2/5] Mark e2fsck-f as deprecated, replaced by e2fsck API.

Richard W.M. Jones rjones at redhat.com
Fri Mar 9 18:14:06 UTC 2012


From: "Richard W.M. Jones" <rjones at redhat.com>

---
 generator/generator_actions.ml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 1fb8e30..b859e5f 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -3551,7 +3551,7 @@ The returned list is sorted.
 
 See also C<guestfs_find0>.");
 
-  ("e2fsck_f", (RErr, [Device "device"], []), 108, [],
+  ("e2fsck_f", (RErr, [Device "device"], []), 108, [DeprecatedBy "e2fsck"],
    [], (* lvresize tests this *)
    "check an ext2/ext3 filesystem",
    "\
-- 
1.7.9.1




More information about the Libguestfs mailing list