net/rds: An rds_sock is added too early to the hash table
[platform/kernel/linux-rpi.git] / block / bfq-iosched.h
index a8a2e5a..d5e9e60 100644 (file)
@@ -469,6 +469,9 @@ struct bfq_data {
        /* on-disk position of the last served request */
        sector_t last_position;
 
+       /* position of the last served request for the in-service queue */
+       sector_t in_serv_last_pos;
+
        /* time of last request completion (ns) */
        u64 last_completion;