| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 19/19] xfs: remove unused trans pointer arg from xlog_recover_unmount_trans() |
| From: | Eric Sandeen <sandeen@xxxxxxxxxx> |
| Date: | Mon, 7 Apr 2014 14:59:06 -0500 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
| References: | <1396900746-22201-1-git-send-email-sandeen@xxxxxxxxxx> |
Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---
fs/xfs/xfs_log_recover.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/fs/xfs/xfs_log_recover.c b/fs/xfs/xfs_log_recover.c
index 7801052..690a64d 100644
--- a/fs/xfs/xfs_log_recover.c
+++ b/fs/xfs/xfs_log_recover.c
@@ -3520,8 +3520,7 @@ out:
STATIC int
xlog_recover_unmount_trans(
- struct xlog *log,
- struct xlog_recover *trans)
+ struct xlog *log)
{
/* Do nothing now */
xfs_warn(log->l_mp, "%s: Unmount LR", __func__);
@@ -3595,7 +3594,7 @@ xlog_recover_process_data(
trans, pass);
break;
case XLOG_UNMOUNT_TRANS:
- error = xlog_recover_unmount_trans(log, trans);
+ error = xlog_recover_unmount_trans(log);
break;
case XLOG_WAS_CONT_TRANS:
error = xlog_recover_add_to_cont_trans(log,
--
1.7.1
|
| Previous by Date: | [PATCH 14/19] xfs: remove unused pag ptr arg from iterator execute functions, Eric Sandeen |
|---|---|
| Next by Date: | [PATCH 04/19] xfs: remove unused mp arg from xfs_bmap_forkoff_reset(), Eric Sandeen |
| Previous by Thread: | [PATCH 14/19] xfs: remove unused pag ptr arg from iterator execute functions, Eric Sandeen |
| Next by Thread: | [PATCH 04/19] xfs: remove unused mp arg from xfs_bmap_forkoff_reset(), Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |