Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43312
b: refs/heads/master
c: 0da3585
h: refs/heads/master
v: v3
  • Loading branch information
Srinivasa Ds authored and Steven Whitehouse committed Nov 30, 2006
1 parent 4354a45 commit 5ec4def
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: 77386e1f662f104680da7885d32e068e4b11b882
refs/heads/master: 0da3585e1ef650d3224b4d6f9799558d1d99fa1e
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ struct page *gfs2_read_super(struct super_block *sb, sector_t sector)
return NULL;
}

bio->bi_sector = sector;
bio->bi_sector = sector * (sb->s_blocksize >> 9);
bio->bi_bdev = sb->s_bdev;
bio_add_page(bio, page, PAGE_SIZE, 0);

Expand Down

0 comments on commit 5ec4def

Please sign in to comment.