diff options
-rw-r--r-- | fs/xfs/xfs_log_cil.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log_cil.c b/fs/xfs/xfs_log_cil.c index 2ee4388dc682..f6b79e5325dd 100644 --- a/fs/xfs/xfs_log_cil.c +++ b/fs/xfs/xfs_log_cil.c | |||
@@ -78,8 +78,6 @@ xlog_cil_init_post_recovery( | |||
78 | { | 78 | { |
79 | log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); | 79 | log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); |
80 | log->l_cilp->xc_ctx->sequence = 1; | 80 | log->l_cilp->xc_ctx->sequence = 1; |
81 | log->l_cilp->xc_ctx->commit_lsn = xlog_assign_lsn(log->l_curr_cycle, | ||
82 | log->l_curr_block); | ||
83 | } | 81 | } |
84 | 82 | ||
85 | /* | 83 | /* |