Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95016
b: refs/heads/master
c: adaa693
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Lachlan McIlroy committed Apr 29, 2008
1 parent 2769d18 commit d5e9f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5acbaf43da139fe014d78d1f0ca7754fa856ddb
refs/heads/master: adaa693b845373296631766176ebf0f73a342e10
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5e9f1f

Please sign in to comment.