From 8abc6321626046c111f885f901f86a831d14a149 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 10 Aug 2009 11:32:44 -0300 Subject: [PATCH] --- yaml --- r: 156682 b: refs/heads/master c: a8914f3a6d72c97328597a556a99daaf5cc288ae h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_log.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5c0428eb5f00..132268fe5194 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b89d4208de3de442c9025919c4261be0b38e79a4 +refs/heads/master: a8914f3a6d72c97328597a556a99daaf5cc288ae diff --git a/trunk/fs/xfs/xfs_log.c b/trunk/fs/xfs/xfs_log.c index 3750f04ede0b..9dbdff3ea484 100644 --- a/trunk/fs/xfs/xfs_log.c +++ b/trunk/fs/xfs/xfs_log.c @@ -3180,7 +3180,7 @@ xlog_state_sync(xlog_t *log, 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);