btrfs: send: drop __KERNEL__ ifdef from send.h
authorDavid Sterba <dsterba@suse.com>
Thu, 2 Jun 2022 13:25:32 +0000 (15:25 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Jul 2022 15:45:37 +0000 (17:45 +0200)
commite3b4b9040b0f59a27cdd3db31417aeced473f345
treed014f41ec4437212ceb731a2c840680834151732
parentee5b46a353afe23d04fac464e83a8c788342d453
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 <dsterba@suse.com>
fs/btrfs/send.h