Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38860
b: refs/heads/master
c: f3b3091
h: refs/heads/master
v: v3
  • Loading branch information
akpm@osdl.org authored and Steven Whitehouse committed Sep 19, 2006
1 parent ed38e60 commit f124e02
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: 07903c02d056452da369595f00eac078bf4c7ef0
refs/heads/master: f3b30912e0eab0e4160c7649a5f2b10be68027b9
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static int gfs2_block_pointers(struct inode *inode, u64 lblock, int create,
boundary = lookup_block(ip, bh, end_of_metadata, mp, 0, &new, &eblock);
if (eblock != ++dblock)
break;
bh_map->b_size += inode->i_blksize;
bh_map->b_size += (1 << inode->i_blkbits);
if (boundary)
set_buffer_boundary(bh_map);
}
Expand Down

0 comments on commit f124e02

Please sign in to comment.