Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89514
b: refs/heads/master
c: c85a665
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Mar 31, 2008
1 parent c0c4aa5 commit fc1dc48
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: b45e41d7d56dfef1ae9e02e6c59990066ba82e5c
refs/heads/master: c85a665f064863cc8a2fe88e5f1eb4def5446e90
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int lookup_metapath(struct inode *inode, struct metapath *mp,

for (x = 0; x < end_of_metadata; x++) {
lookup_block(ip, x, mp, create, new, dblock);
if (!dblock)
if (!*dblock)
return 0;

ret = gfs2_meta_indirect_buffer(ip, x+1, *dblock, *new, &mp->mp_bh[x+1]);
Expand Down

0 comments on commit fc1dc48

Please sign in to comment.