提交 adaa693b 编写于 作者: S Stephen Rothwell 提交者: Lachlan McIlroy

[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG

Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册