]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Linux 5.16 compat: linux/elevator.h
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 5 Nov 2021 00:03:50 +0000 (17:03 -0700)
committerTony Hutter <hutter2@llnl.gov>
Fri, 5 Nov 2021 14:51:21 +0000 (07:51 -0700)
commit0e537a019551cfce70960476f0fdf0d0de23eb5d
tree8b2c852cbd844c27826827060ce6400aa8fce7f7
parentdb9e1c907a5b9d9a8a9d084ecaac0f4a0277599c
Linux 5.16 compat: linux/elevator.h

Commit https://github.com/torvalds/linux/commit/2e9bc346 moved
the elevator.h header under the block/ directory as part of some
refactoring.  This turns out not to be a problem since there's
no longer anything we need from the header.  This has been the
case for some time, this change removes the elevator.h include
and replaces it with a major.h include.

Reviewed-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #12725
include/os/linux/kernel/linux/blkdev_compat.h