btrfs: Fix mismatching struct members in ioctl.h
authorAlexander Block <ablock84@googlemail.com>
Fri, 4 May 2012 19:16:06 +0000 (15:16 -0400)
committerChris Mason <chris.mason@oracle.com>
Fri, 4 May 2012 19:16:06 +0000 (15:16 -0400)
commitd04b1debc92535453df2494d0b019edf0bb91003
tree386e5ce40a3d4c211bafc20da9480eb6783f6ab4
parent17de39ac17bf99b8bf0d819d13668d5048836efc
btrfs: Fix mismatching struct members in ioctl.h

Fix the size members of btrfs_ioctl_ino_path_args and
btrfs_ioctl_logical_ino_args. The user space btrfs-progs utilities used
__u64 and the kernel headers used __u32 before.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ioctl.h