Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15099
b: refs/heads/master
c: 2f6331f
h: refs/heads/master
i:
  15097: 210ef58
  15095: 3032e57
v: v3
  • Loading branch information
Mike Miller authored and Linus Torvalds committed Dec 13, 2005
1 parent 1515fc3 commit 3eea8e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 8309cf66fd90ccba9894adde2f3a8d7e1507e4d2
refs/heads/master: 2f6331faf58a4727a9f1138cd6db30d05b124220
4 changes: 3 additions & 1 deletion trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1464,8 +1464,10 @@ static int deregister_disk(struct gendisk *disk, drive_info_struct *drv,
request_queue_t *q = disk->queue;
if (disk->flags & GENHD_FL_UP)
del_gendisk(disk);
if (q)
if (q) {
blk_cleanup_queue(q);
drv->queue = NULL;
}
}
}

Expand Down

0 comments on commit 3eea8e8

Please sign in to comment.