From 5cf5a394d589013803dffead32cdb059c90b25dc Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 28 Jun 2006 11:17:28 +1000 Subject: [PATCH] --- yaml --- r: 30924 b: refs/heads/master c: 5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_log.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index d57e7b1fc437..14c67538ff2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fdf8ccc09fd764a9cce11006aa3fca53ac1c895 +refs/heads/master: 5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e diff --git a/trunk/fs/xfs/xfs_log.c b/trunk/fs/xfs/xfs_log.c index d8f5d4cbe8b7..e730328636c3 100644 --- a/trunk/fs/xfs/xfs_log.c +++ b/trunk/fs/xfs/xfs_log.c @@ -1740,10 +1740,10 @@ xlog_write(xfs_mount_t * mp, xlog_in_core_t **commit_iclog, uint flags) { - xlog_t *log = mp->m_log; + xlog_t *log = mp->m_log; xlog_ticket_t *ticket = (xlog_ticket_t *)tic; + xlog_in_core_t *iclog = NULL; /* ptr to current in-core log */ xlog_op_header_t *logop_head; /* ptr to log operation header */ - xlog_in_core_t *iclog; /* ptr to current in-core log */ __psint_t ptr; /* copy address into data region */ int len; /* # xlog_write() bytes 2 still copy */ int index; /* region index currently copying */