Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[XFS] Fix build failure after enabling CONFIG_XFS_DEBUG

parent c5acbaf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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