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>
This commit is contained in:
@@ -7946,7 +7946,7 @@ out:
|
||||
}
|
||||
|
||||
static int btrfs_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
|
||||
__u64 start, __u64 len)
|
||||
u64 start, u64 len)
|
||||
{
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user