From: Dave Chinner Date: Mon, 12 Aug 2013 10:49:54 +0000 (+1000) Subject: xfs: move kernel specific type definitions to xfs.h X-Git-Tag: v3.12-rc1~80^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f3d71f68bc976321b19efe2624cd91619af601f;p=pandora-kernel.git xfs: move kernel specific type definitions to xfs.h xfs_types.h is shared with userspace, so having kernel specific types defined in it is problematic. Move all the kernel specific defines to xfs_linux.h so we can remove the __KERNEL__ guards from xfs_types.h. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed