Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223459
b: refs/heads/master
c: 0fc13c8
h: refs/heads/master
i:
  223457: 659b70e
  223455: 2355060
v: v3
  • Loading branch information
Stephen M. Cameron authored and Jens Axboe committed Dec 17, 2010
1 parent 708062e commit 664b9fa
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: 72d4cd9f38b5ed96b75df4c622be25e1c2648dd3
refs/heads/master: 0fc13c8995cd96f4123de400c71c223d80400ed9
2 changes: 2 additions & 0 deletions trunk/drivers/block/cciss.c
Original file line number Diff line number Diff line change
Expand Up @@ -2834,6 +2834,8 @@ static int cciss_revalidate(struct gendisk *disk)
InquiryData_struct *inq_buff = NULL;

for (logvol = 0; logvol < CISS_MAX_LUN; logvol++) {
if (!h->drv[logvol])
continue
if (memcmp(h->drv[logvol]->LunID, drv->LunID,
sizeof(drv->LunID)) == 0) {
FOUND = 1;
Expand Down

0 comments on commit 664b9fa

Please sign in to comment.