mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
f2eecb9152
They should not be declared inside some other file that's not related to CFQ. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
8 lines
184 B
C
8 lines
184 B
C
#ifndef CFQ_IOSCHED_H
|
|
#define CFQ_IOSCHED_H
|
|
|
|
void cfq_unlink_blkio_group(void *, struct blkio_group *);
|
|
void cfq_update_blkio_group_weight(struct blkio_group *, unsigned int);
|
|
|
|
#endif
|