Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119163
b: refs/heads/master
c: 55e8e30
h: refs/heads/master
i:
  119161: a67d6d3
  119159: bc7e6a4
v: v3
  • Loading branch information
Tejun Heo authored and Jens Axboe committed Nov 18, 2008
1 parent 71bc46e commit 42cb267
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: ba32929a91fe2c0628f5be62d1597b379c8d3062
refs/heads/master: 55e8e30c382d25c34f8aafcc78efec948571a941
2 changes: 1 addition & 1 deletion trunk/fs/partitions/check.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ int rescan_partitions(struct gendisk *disk, struct block_device *bdev)
}
#ifdef CONFIG_BLK_DEV_MD
if (state->parts[p].flags & ADDPART_FLAG_RAID)
md_autodetect_dev(bdev->bd_dev+p);
md_autodetect_dev(part_to_dev(part)->devt);
#endif
}
kfree(state);
Expand Down

0 comments on commit 42cb267

Please sign in to comment.