Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30924
b: refs/heads/master
c: 5493a0f
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Scott committed Jun 28, 2006
1 parent 13fdb24 commit 5cf5a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fdf8ccc09fd764a9cce11006aa3fca53ac1c895
refs/heads/master: 5493a0fcba8a94baa5c1d80aca21d6ae4b3b573e
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5cf5a39

Please sign in to comment.