aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index 35d4f6342fac..346e2b80be7d 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -911,7 +911,7 @@ extern int journal_set_features
911 (journal_t *, unsigned long, unsigned long, unsigned long); 911 (journal_t *, unsigned long, unsigned long, unsigned long);
912extern int journal_create (journal_t *); 912extern int journal_create (journal_t *);
913extern int journal_load (journal_t *journal); 913extern int journal_load (journal_t *journal);
914extern void journal_destroy (journal_t *); 914extern int journal_destroy (journal_t *);
915extern int journal_recover (journal_t *journal); 915extern int journal_recover (journal_t *journal);
916extern int journal_wipe (journal_t *, int); 916extern int journal_wipe (journal_t *, int);
917extern int journal_skip_recovery (journal_t *); 917extern int journal_skip_recovery (journal_t *);