Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316747
b: refs/heads/master
c: 294f2ad
h: refs/heads/master
i:
  316745: 7dacf0c
  316743: 6fdcad2
v: v3
  • Loading branch information
Abhijith Das authored and Steven Whitehouse committed Jul 18, 2012
1 parent b27a62b commit 5bdcf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44b8db13860a449b5d85afdc65da654ce56da678
refs/heads/master: 294f2ad5a545eb71d397623743ddd8201131bdad
1 change: 1 addition & 0 deletions trunk/fs/gfs2/rgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ int gfs2_inplace_reserve(struct gfs2_inode *ip, u32 requested)
/* fall through */
case GLR_TRYFAILED:
rgd = gfs2_rgrpd_get_next(rgd);
rgd = rgd ? : begin; /* if NULL, wrap */
if (rgd != begin) /* If we didn't wrap */
break;

Expand Down

0 comments on commit 5bdcf32

Please sign in to comment.