From 23da72a6294c978707412bd2b26e36b246aa9798 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat, 1 Aug 2009 21:59:16 -0300
Subject: [PATCH 65/74] libjio.h: Add J_EIO to jfsck()'s documentation

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libjio/libjio.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libjio/libjio.h b/libjio/libjio.h
index 0f2e4a3..f1dc65d 100644
--- a/libjio/libjio.h
+++ b/libjio/libjio.h
@@ -270,7 +270,7 @@ int jfs_autosync_stop(jfs_t *fs);
  * 	values from enum jfsck_return: J_ENOENT if there was no such file with
  * 	the given name, J_ENOJOURNAL if there was no journal at the given
  * 	jdir, J_ENOMEM if memory could not be allocated, J_ECLEANUP if there
- * 	was an error cleaning the journal.
+ * 	was an error cleaning the journal, J_EIO if there was an I/O error.
  * @ingroup check
  */
 enum jfsck_return jfsck(const char *name, const char *jdir,
-- 
1.6.2.2.646.gb214


