projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b391277
)
[SCSI] scsi_transport_fc: replace BUS_ID_SIZE by fixed count
author
James Bottomley
<
[email protected]
>
Sun, 21 Jun 2009 17:11:43 +0000
(12:11 -0500)
committer
James Bottomley
<
[email protected]
>
Sun, 21 Jun 2009 17:11:43 +0000
(12:11 -0500)
BUS_ID_SIZE is being removed from the kernel.
Cc: Kay Sievers <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/scsi_transport_fc.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_transport_fc.c
b/drivers/scsi/scsi_transport_fc.c
index 140c50c8a5d23cc77c6d91a60f05d8a60f9cf403..2eee9e6e4fe8f975eb580329cd4814244b482a0b 100644
(file)
--- a/
drivers/scsi/scsi_transport_fc.c
+++ b/
drivers/scsi/scsi_transport_fc.c
@@
-3861,7
+3861,7
@@
fc_bsg_hostadd(struct Scsi_Host *shost, struct fc_host_attrs *fc_host)
struct fc_internal *i = to_fc_internal(shost->transportt);
struct request_queue *q;
int err;
- char bsg_name[
BUS_ID_SIZE]; /*20*/
+ char bsg_name[
20];
fc_host->rqst_q = NULL;