fs/jbd2: Fix the documentation of the jbd2_write_superblock() callers
[linux-2.6-microblaze.git] / include / linux / jbd2.h
index e79d6e0..dc17241 100644 (file)
@@ -1557,7 +1557,7 @@ extern int           jbd2_journal_wipe       (journal_t *, int);
 extern int        jbd2_journal_skip_recovery   (journal_t *);
 extern void       jbd2_journal_update_sb_errno(journal_t *);
 extern int        jbd2_journal_update_sb_log_tail      (journal_t *, tid_t,
-                               unsigned long, int);
+                               unsigned long, blk_opf_t);
 extern void       jbd2_journal_abort      (journal_t *, int);
 extern int        jbd2_journal_errno      (journal_t *);
 extern void       jbd2_journal_ack_err    (journal_t *);