X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fblkdev.h;h=19bd8e7e11bfcac95586ce28722730f7d4596118;hb=2f09a7f4af131bf23c013ead89373deba1c7593c;hp=0881b5cdee3d443c4aca06bd1c4d3c6652c9a5bc;hpb=62778ba1aa2589dc78c36a32edc6f5a6ccaf50c6;p=linux-2.6 diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 0881b5cdee..19bd8e7e11 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -301,6 +301,7 @@ struct blk_queue_tag { struct list_head busy_list; /* fifo list of busy tags */ int busy; /* current depth */ int max_depth; /* what we will send to device */ + int real_max_depth; /* what the array can hold */ atomic_t refcnt; /* map can be shared */ };