Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104235
b: refs/heads/master
c: f48ed53
h: refs/heads/master
i:
  104233: 6a5b31c
  104231: fcdcea1
v: v3
  • Loading branch information
Neil Brown committed Jun 27, 2008
1 parent 1cd651c commit 0544f58
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: 5e96ee65c8bd629ce093da67a066d3946468298a
refs/heads/master: f48ed538386cb41559282d989354e8f5d442d71c
2 changes: 1 addition & 1 deletion trunk/drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -3359,9 +3359,9 @@ static struct kobject *md_probe(dev_t dev, int *part, void *data)
disk->queue = mddev->queue;
add_disk(disk);
mddev->gendisk = disk;
mutex_unlock(&disks_mutex);
error = kobject_init_and_add(&mddev->kobj, &md_ktype, &disk->dev.kobj,
"%s", "md");
mutex_unlock(&disks_mutex);
if (error)
printk(KERN_WARNING "md: cannot register %s/md - name in use\n",
disk->disk_name);
Expand Down

0 comments on commit 0544f58

Please sign in to comment.