From: Alexander Block Date: Fri, 4 May 2012 19:16:06 +0000 (-0400) Subject: btrfs: Fix mismatching struct members in ioctl.h X-Git-Tag: v3.4-rc6~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d04b1debc92535453df2494d0b019edf0bb91003;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed