diff options
Diffstat (limited to 'fs/gfs2/bmap.c')
-rw-r--r-- | fs/gfs2/bmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index 1fda731c074b..7f72564e0597 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c | |||
@@ -402,7 +402,7 @@ static int lookup_metapath(struct inode *inode, struct metapath *mp, | |||
402 | 402 | ||
403 | for (x = 0; x < end_of_metadata; x++) { | 403 | for (x = 0; x < end_of_metadata; x++) { |
404 | lookup_block(ip, x, mp, create, new, dblock); | 404 | lookup_block(ip, x, mp, create, new, dblock); |
405 | if (!dblock) | 405 | if (!*dblock) |
406 | return 0; | 406 | return 0; |
407 | 407 | ||
408 | ret = gfs2_meta_indirect_buffer(ip, x+1, *dblock, *new, &mp->mp_bh[x+1]); | 408 | ret = gfs2_meta_indirect_buffer(ip, x+1, *dblock, *new, &mp->mp_bh[x+1]); |