Loading block/blk-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,7 @@ void blk_put_queue(struct request_queue *q) { kobject_put(&q->kobj); } EXPORT_SYMBOL(blk_put_queue); /* * Note: If a driver supplied the queue lock, it should not zap that lock Loading Loading @@ -566,6 +567,7 @@ int blk_get_queue(struct request_queue *q) return 1; } EXPORT_SYMBOL(blk_get_queue); static inline void blk_free_request(struct request_queue *q, struct request *rq) { Loading Loading
block/blk-core.c +2 −0 Original line number Diff line number Diff line Loading @@ -345,6 +345,7 @@ void blk_put_queue(struct request_queue *q) { kobject_put(&q->kobj); } EXPORT_SYMBOL(blk_put_queue); /* * Note: If a driver supplied the queue lock, it should not zap that lock Loading Loading @@ -566,6 +567,7 @@ int blk_get_queue(struct request_queue *q) return 1; } EXPORT_SYMBOL(blk_get_queue); static inline void blk_free_request(struct request_queue *q, struct request *rq) { Loading