Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97860
b: refs/heads/master
c: d5791d1
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jun 9, 2008
1 parent e533796 commit bfc16d9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f751aa125d1843ea4a9a264b451fd5b1639fab20
refs/heads/master: d5791d13b1d45542895104edf4b09476d5ad24b0
2 changes: 2 additions & 0 deletions trunk/block/genhd.c
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ dev_t blk_lookup_devt(const char *name, int part)

mutex_lock(&block_class_lock);
list_for_each_entry(dev, &block_class.devices, node) {
if (dev->type != &disk_type)
continue;
if (strcmp(dev->bus_id, name) == 0) {
struct gendisk *disk = dev_to_disk(dev);

Expand Down

0 comments on commit bfc16d9

Please sign in to comment.