From e3b4b9040b0f59a27cdd3db31417aeced473f345 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 2 Jun 2022 15:25:32 +0200 Subject: [PATCH] btrfs: send: drop __KERNEL__ ifdef from send.h We don't need this ifdef as the header file is not shared, the protocol definition used by userspace should be from libbtrfs or libbtrfsutil. Signed-off-by: David Sterba --- fs/btrfs/send.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/btrfs/send.h b/fs/btrfs/send.h index b0dc075..4556219 100644 --- a/fs/btrfs/send.h +++ b/fs/btrfs/send.h @@ -155,8 +155,6 @@ enum { BTRFS_SEND_A_MAX = 31, }; -#ifdef __KERNEL__ long btrfs_ioctl_send(struct inode *inode, struct btrfs_ioctl_send_args *arg); -#endif #endif -- 2.7.4