mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +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>
7 lines
184 B
C
7 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
|