Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262070
b: refs/heads/master
c: 782b94c
h: refs/heads/master
v: v3
  • Loading branch information
Lachlan McIlroy authored and Al Viro committed Aug 1, 2011
1 parent d4a8a7b commit 8945a3f
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: c4ae0c65455c1bb30d1b71c6dd9a1a62aadde8ef
refs/heads/master: 782b94cdf577b4df1feb376f372dccc28e66a771
1 change: 1 addition & 0 deletions trunk/fs/block_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ struct block_device *bdget(dev_t dev)

if (inode->i_state & I_NEW) {
bdev->bd_contains = NULL;
bdev->bd_super = NULL;
bdev->bd_inode = inode;
bdev->bd_block_size = (1 << inode->i_blkbits);
bdev->bd_part_count = 0;
Expand Down

0 comments on commit 8945a3f

Please sign in to comment.