btrfs: don't use UAPI types for fiemap callback
authorDavid Sterba <dsterba@suse.com>
Tue, 23 Jun 2020 18:56:12 +0000 (20:56 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 27 Jul 2020 10:55:27 +0000 (12:55 +0200)
commitbab16e21e8bbd644067289cfa328f8a67f3e333d
tree96e1adb7ef9c286b88f42c5713491d4bc36763d4
parent5af9d6ef3f6fe62c60f23ef3fd437e0843bea679
btrfs: don't use UAPI types for fiemap callback

The fiemap callback is not part of UAPI interface and the prototypes
don't have the __u64 types either.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h
fs/btrfs/inode.c