Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297217
b: refs/heads/master
c: 3948659
h: refs/heads/master
i:
  297215: b46e23f
v: v3
  • Loading branch information
Dave Chinner authored and Ben Myers committed Mar 26, 2012
1 parent adc884a commit b64a4c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 5132ba8f2b7705fb6b06fa6ad3d009233c816b67
refs/heads/master: 3948659e30808fbaa7673bbe89de2ae9769e20a7
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -726,8 +726,9 @@ xfs_log_unmount_write(xfs_mount_t *mp)
.lv_iovecp = &reg,
};

/* remove inited flag */
/* remove inited flag, and account for space used */
tic->t_flags = 0;
tic->t_curr_res -= sizeof(magic);
error = xlog_write(log, &vec, tic, &lsn,
NULL, XLOG_UNMOUNT_TRANS);
/*
Expand Down

0 comments on commit b64a4c6

Please sign in to comment.