diff options
author | Rob Norris <[email protected]> | 2024-08-03 13:57:19 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-09-18 11:23:49 -0700 |
commit | f07485c46eb518ef7d843d7ff068c90c1a4ec53a (patch) | |
tree | 944c430d7f623ee632f026590d68a608ae5e78e6 /module | |
parent | 1b522c4583ea297cad7b8d9871b8520332802bfc (diff) |
config: remove HAVE_LINUX_BLK_CGROUP_HEADER
Sponsored-by: https://despairlabs.com/sponsor/
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Closes #16479
Diffstat (limited to 'module')
-rw-r--r-- | module/os/linux/zfs/vdev_disk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/os/linux/zfs/vdev_disk.c b/module/os/linux/zfs/vdev_disk.c index 92510ea33..797176ba2 100644 --- a/module/os/linux/zfs/vdev_disk.c +++ b/module/os/linux/zfs/vdev_disk.c @@ -38,9 +38,7 @@ #include <linux/blkpg.h> #include <linux/msdos_fs.h> #include <linux/vfs_compat.h> -#ifdef HAVE_LINUX_BLK_CGROUP_HEADER #include <linux/blk-cgroup.h> -#endif /* * Linux 6.8.x uses a bdev_handle as an instance/refcount for an underlying |