Commit e3b4b904 authored by David Sterba's avatar David Sterba

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: default avatarDavid Sterba <dsterba@suse.com>
parent ee5b46a3
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment