Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243205
b: refs/heads/master
c: 7401aaf
h: refs/heads/master
i:
  243203: 9d0f159
v: v3
  • Loading branch information
Dave Chinner authored and Dave Chinner committed Mar 25, 2011
1 parent 4445340 commit 832ffda
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1bfd8d04190c615bb8d1d98188dead0c09702208
refs/heads/master: 7401aafd5019d32a888e5f27332cf580945574bf
3 changes: 2 additions & 1 deletion trunk/fs/xfs/xfs_trans_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ xfs_trans_read_buf(
bp = xfs_buf_read(target, blkno, len, flags | XBF_DONT_BLOCK);
if (bp == NULL) {
*bpp = NULL;
return 0;
return (flags & XBF_TRYLOCK) ?
0 : XFS_ERROR(ENOMEM);
}
if (XFS_BUF_GETERROR(bp) != 0) {
XFS_BUF_SUPER_STALE(bp);
Expand Down

0 comments on commit 832ffda

Please sign in to comment.