From: Chris Mason Date: Fri, 16 Jan 2009 16:59:08 +0000 (-0500) Subject: Btrfs: fix ioctl arg size (userland incompatible change!) X-Git-Tag: v2.6.29-rc2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c071fcfdb60e7abbe95e02460005d6bca165bf24;p=pandora-kernel.git Btrfs: fix ioctl arg size (userland incompatible change!) The structure used to send device in btrfs ioctl calls was not properly aligned, and so 32 bit ioctls would not work properly on 64 bit kernels. We could fix this with compat ioctls, but we're just one byte away and it doesn't make sense at this stage to carry about the compat ioctls forever at this stage in the project. This patch brings the ioctl arg up to an evenly aligned 4k. Signed-off-by: Chris Mason --- Reading git-diff-tree failed