Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28436
b: refs/heads/master
c: 421ad13
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Scott committed Jun 9, 2006
1 parent 268c597 commit ec11c59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 4d1a2ed3d8d6e306d20f5d99a5ae12ac4c8b787b
refs/heads/master: 421ad134583bff86c0ae068e2ddcb17f530957ab
9 changes: 4 additions & 5 deletions trunk/fs/xfs/xfs_fsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,14 +542,13 @@ xfs_reserve_blocks(
}

void
xfs_fs_log_dummy(xfs_mount_t *mp)
xfs_fs_log_dummy(
xfs_mount_t *mp)
{
xfs_trans_t *tp;
xfs_inode_t *ip;

xfs_trans_t *tp;
xfs_inode_t *ip;

tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1);
atomic_inc(&mp->m_active_trans);
if (xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp), 0, 0, 0)) {
xfs_trans_cancel(tp, 0);
return;
Expand Down

0 comments on commit ec11c59

Please sign in to comment.