Fix a comment to reflect what really happens.
This commit is contained in:
parent
b477a2c916
commit
d13994cec0
@ -109,7 +109,7 @@ struct cam_sim {
|
||||
struct cam_devq *devq; /* Device Queue to use for this SIM */
|
||||
int refcount; /* References to the SIM. */
|
||||
|
||||
/* "Pool" of inactive ccbs managed by xpt_alloc_ccb and xpt_free_ccb */
|
||||
/* "Pool" of inactive ccbs managed by xpt_get_ccb and xpt_release_ccb */
|
||||
SLIST_HEAD(,ccb_hdr) ccb_freeq;
|
||||
/*
|
||||
* Maximum size of ccb pool. Modified as devices are added/removed
|
||||
|
Loading…
Reference in New Issue
Block a user