Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89439
b: refs/heads/master
c: 1bb7d6b
h: refs/heads/master
i:
  89437: 984b1c0
  89435: e492aa2
  89431: a978293
  89423: bd0ef61
  89407: 11f0b87
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Apr 18, 2008
1 parent a53dd9d commit 8983de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b911ca0472c3762d2bafc4d21e432a9056844064
refs/heads/master: 1bb7d6b5a82f1d9487fd44415484a368f7c87bed
6 changes: 3 additions & 3 deletions trunk/fs/xfs/xfs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ xfs_log_unmount_write(xfs_mount_t *mp)
atomic_inc(&iclog->ic_refcnt);
spin_unlock(&log->l_icloglock);
xlog_state_want_sync(log, iclog);
(void) xlog_state_release_iclog(log, iclog);
error = xlog_state_release_iclog(log, iclog);

spin_lock(&log->l_icloglock);
if (!(iclog->ic_state == XLOG_STATE_ACTIVE ||
Expand Down Expand Up @@ -736,7 +736,7 @@ xfs_log_unmount_write(xfs_mount_t *mp)
spin_unlock(&log->l_icloglock);

xlog_state_want_sync(log, iclog);
(void) xlog_state_release_iclog(log, iclog);
error = xlog_state_release_iclog(log, iclog);

spin_lock(&log->l_icloglock);

Expand All @@ -751,7 +751,7 @@ xfs_log_unmount_write(xfs_mount_t *mp)
}
}

return 0;
return error;
} /* xfs_log_unmount_write */

/*
Expand Down

0 comments on commit 8983de0

Please sign in to comment.