aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sgi.com>2006-01-10 23:34:19 -0500
committerNathan Scott <nathans@sgi.com>2006-01-10 23:34:19 -0500
commit65be60541909c7bf8c384cde3502c18cc362939e (patch)
tree6a8edc80147e7e444c74eb15d122dfb325013b49 /fs/xfs/xfs_log_priv.h
parent0d14824c0774d050cb4232e1e470e5fc9e32e587 (diff)
[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
SGI-PV: 946611 SGI-Modid: xfs-linux-melb:xfs-kern:203307a Signed-off-by: Eric Sandeen <sandeen@sgi.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r--fs/xfs/xfs_log_priv.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h
index 4518b188ade6..4f93988d7ac6 100644
--- a/fs/xfs/xfs_log_priv.h
+++ b/fs/xfs/xfs_log_priv.h
@@ -556,9 +556,8 @@ typedef struct log {
556extern xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp); 556extern xfs_lsn_t xlog_assign_tail_lsn(struct xfs_mount *mp);
557extern int xlog_find_tail(xlog_t *log, 557extern int xlog_find_tail(xlog_t *log,
558 xfs_daddr_t *head_blk, 558 xfs_daddr_t *head_blk,
559 xfs_daddr_t *tail_blk, 559 xfs_daddr_t *tail_blk);
560 int readonly); 560extern int xlog_recover(xlog_t *log);
561extern int xlog_recover(xlog_t *log, int readonly);
562extern int xlog_recover_finish(xlog_t *log, int mfsi_flags); 561extern int xlog_recover_finish(xlog_t *log, int mfsi_flags);
563extern void xlog_pack_data(xlog_t *log, xlog_in_core_t *iclog, int); 562extern void xlog_pack_data(xlog_t *log, xlog_in_core_t *iclog, int);
564extern void xlog_recover_process_iunlinks(xlog_t *log); 563extern void xlog_recover_process_iunlinks(xlog_t *log);