diff options
| author | 2009-09-06 06:11:38 +0200 | |
|---|---|---|
| committer | 2009-09-06 06:11:42 +0200 | |
| commit | ed011b22ce567eabefa9ea571d3721c10ecd0553 (patch) | |
| tree | c7aee6684613075c772388a99a9137014549434e /fs/xfs/xfs_log.c | |
| parent | ring-buffer: only enable ring_buffer_swap_cpu when needed (diff) | |
| parent | Linux 2.6.31-rc9 (diff) | |
| download | linux-dev-ed011b22ce567eabefa9ea571d3721c10ecd0553.tar.xz linux-dev-ed011b22ce567eabefa9ea571d3721c10ecd0553.zip | |
Merge commit 'v2.6.31-rc9' into tracing/core
Merge reason: move from -rc5 to -rc9.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs/xfs/xfs_log.c')
| -rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 3750f04ede0b..9dbdff3ea484 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -3180,7 +3180,7 @@ try_again: STATIC void xlog_state_want_sync(xlog_t *log, xlog_in_core_t *iclog) { - ASSERT(spin_is_locked(&log->l_icloglock)); + assert_spin_locked(&log->l_icloglock); if (iclog->ic_state == XLOG_STATE_ACTIVE) { xlog_state_switch_iclogs(log, iclog, 0); |
