diff options
author | Nathan Scott <nathans@sgi.com> | 2006-06-28 11:17:28 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-06-28 11:17:28 +1000 |
commit | 5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e (patch) | |
tree | e376a3e935506c2bd7aba69c710739de4474e832 /fs | |
parent | 6fdf8ccc09fd764a9cce11006aa3fca53ac1c895 (diff) | |
download | linux-3.10-5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e.tar.gz linux-3.10-5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e.tar.bz2 linux-3.10-5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e.zip |
[XFS] Fixup whitespace damage in log_write, remove final warning.
SGI-PV: 904196
SGI-Modid: xfs-linux-melb:xfs-kern:26366a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index d8f5d4cbe8b..e730328636c 100644 --- a/fs/xfs/xfs_log.c +++ b/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 */ |