mirror of
https://github.com/schoebel/mars
synced 2025-03-07 13:57:47 +00:00
if: move field capacity
This commit is contained in:
parent
f0c8b588b1
commit
b0cf462ae6
@ -73,11 +73,11 @@ struct if_input {
|
||||
struct list_head plug_anchor;
|
||||
struct request_queue *q;
|
||||
struct gendisk *disk;
|
||||
loff_t capacity;
|
||||
struct block_device *bdev;
|
||||
#ifdef USE_TIMER
|
||||
struct timer_list timer;
|
||||
#endif
|
||||
loff_t capacity;
|
||||
atomic_t plugged_count;
|
||||
/* debugging statistics */
|
||||
#ifdef CONFIG_MARS_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user