From 747a8bc53dc66ef0180b1078305b4824431b642e Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 11 Feb 2026 09:42:12 -0800 Subject: [PATCH] Remove scoutfs_ioctl_key We've long since removed ioctls that exposed keys directly. Signed-off-by: Zach Brown --- kmod/src/ioctl.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/kmod/src/ioctl.h b/kmod/src/ioctl.h index c0d22859..93533931 100644 --- a/kmod/src/ioctl.h +++ b/kmod/src/ioctl.h @@ -15,20 +15,6 @@ #define SCOUTFS_IOCTL_MAGIC 0xE8 /* arbitrarily chosen hole in ioctl-number.rst */ -/* - * Packed scoutfs keys rarely cross the ioctl boundary so we have a - * translation struct. - */ -struct scoutfs_ioctl_key { - __le64 _sk_first; - __le64 _sk_second; - __le64 _sk_third; - __u8 _sk_fourth; - __u8 sk_type; - __u8 sk_zone; - __u8 _pad[5]; -}; - struct scoutfs_ioctl_walk_inodes_entry { __u64 major; __u64 ino;