Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-stable.git] / block / blk-ioprio.h
blob9265143f9bc9f9ad1cc686247be6312d273b0524
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _BLK_IOPRIO_H_
4 #define _BLK_IOPRIO_H_
6 #include <linux/kconfig.h>
8 struct request_queue;
9 struct bio;
11 #ifdef CONFIG_BLK_CGROUP_IOPRIO
12 void blkcg_set_ioprio(struct bio *bio);
13 #else
14 static inline void blkcg_set_ioprio(struct bio *bio)
17 #endif
19 #endif /* _BLK_IOPRIO_H_ */