1
0
Fork 0

[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
hifive-unleashed-5.1
Stephen Rothwell 2008-04-22 15:26:13 +10:00 committed by Lachlan McIlroy
parent c5acbaf43d
commit adaa693b84
1 changed files with 1 additions and 1 deletions

View File

@ -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