Commit adaa693b authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Lachlan McIlroy

[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
parent c5acbaf4
......@@ -886,7 +886,7 @@ int
xfs_buf_lock_value(
xfs_buf_t *bp)
{
return atomic_read(&bp->b_sema.count);
return bp->b_sema.count;
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment