if: move field capacity

This commit is contained in:
Thomas Schoebel-Theuer 2022-09-01 10:59:40 +02:00
parent f0c8b588b1
commit b0cf462ae6
1 changed files with 1 additions and 1 deletions

View File

@ -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