[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
[deliverable/linux.git] / fs / xfs / xfs_log_priv.h
index 4518b188ade69d5e1ff44f850f2a2a5e0e9fd768..4f93988d7ac60c32cfafe7a5017012a58ff32753 100644 (file)
@@ -556,9 +556,8 @@ typedef struct log {
 extern xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
 extern int      xlog_find_tail(xlog_t  *log,
                                xfs_daddr_t *head_blk,
-                               xfs_daddr_t *tail_blk,
-                               int readonly);
-extern int      xlog_recover(xlog_t *log, int readonly);
+                               xfs_daddr_t *tail_blk);
+extern int      xlog_recover(xlog_t *log);
 extern int      xlog_recover_finish(xlog_t *log, int mfsi_flags);
 extern void     xlog_pack_data(xlog_t *log, xlog_in_core_t *iclog, int);
 extern void     xlog_recover_process_iunlinks(xlog_t *log);
This page took 0.023625 seconds and 5 git commands to generate.