| Subject: | [PATCH] xfs-fix-1 |
|---|---|
| From: | Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> |
| Date: | Tue, 22 Apr 2008 13:33:50 +1000 |
Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
---
fs/xfs/linux-2.6/xfs_buf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c
index 52f6846..5105015 100644
--- a/fs/xfs/linux-2.6/xfs_buf.c
+++ b/fs/xfs/linux-2.6/xfs_buf.c
@@ -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
--
1.5.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [xfs-masters] [Bug 782] Have support long directory name or multi path directory?, bugzilla-daemon |
|---|---|
| Next by Date: | [xfs-masters] linux-next: xfs build failure, Stephen Rothwell |
| Previous by Thread: | [xfs-masters] [Bug 782] Have support long directory name or multi path directory?, bugzilla-daemon |
| Next by Thread: | [xfs-masters] linux-next: xfs build failure, Stephen Rothwell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |