]> Git Repo - linux.git/blobdiff - include/linux/blkdev.h
drm/i915: use variadic macros and arrays to choose port/pipe based registers
[linux.git] / include / linux / blkdev.h
index 286b2a2643833615633e82d7d9e667b66abbfaef..83695641bd5ec272551857c448cc9b4f354898b8 100644 (file)
@@ -288,7 +288,6 @@ enum blk_queue_state {
 struct blk_queue_tag {
        struct request **tag_index;     /* map of busy tags */
        unsigned long *tag_map;         /* bit map of free/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 */
This page took 0.032839 seconds and 4 git commands to generate.