aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent_io.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2020-06-23 20:56:12 +0200
committerDavid Sterba <dsterba@suse.com>2020-07-27 12:55:27 +0200
commitbab16e21e8bbd644067289cfa328f8a67f3e333d (patch)
tree96e1adb7ef9c286b88f42c5713491d4bc36763d4 /fs/btrfs/extent_io.c
parentbtrfs: tests: remove if duplicate in __check_free_space_extents() (diff)
downloadlinux-dev-bab16e21e8bbd644067289cfa328f8a67f3e333d.tar.xz
linux-dev-bab16e21e8bbd644067289cfa328f8a67f3e333d.zip
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>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r--fs/btrfs/extent_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 1b18960c9c5d..e3078ed2261b 100644
--- a/fs/btrfs/extent_io.c
+++ b/fs/btrfs/extent_io.c
@@ -4669,7 +4669,7 @@ static int emit_last_fiemap_cache(struct fiemap_extent_info *fieinfo,
}
int extent_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo,
- __u64 start, __u64 len)
+ u64 start, u64 len)
{
int ret = 0;
u64 off = start;