mbox series

[0/3] IO priority fixes and improvements

Message ID 20210802092157.1260445-1-damien.lemoal@wdc.com (mailing list archive)
Headers show
Series IO priority fixes and improvements | expand

Message

Damien Le Moal Aug. 2, 2021, 9:21 a.m. UTC
This series fix problems with IO priority values handling and renames
one macro to clarify the intended usage.

Damien Le Moal (3):
  block: bfq: fix bfq_set_next_ioprio_data()
  block: fix ioprio interface
  block: rename IOPRIO_BE_NR

 block/bfq-iosched.c         |  8 ++++----
 block/bfq-iosched.h         |  4 ++--
 block/bfq-wf2q.c            |  6 +++---
 block/ioprio.c              |  3 +--
 fs/f2fs/sysfs.c             |  2 +-
 include/linux/ioprio.h      |  5 ++---
 include/uapi/linux/ioprio.h | 19 ++++++++++++++-----
 7 files changed, 27 insertions(+), 20 deletions(-)