commit | 4f3d71f68bc976321b19efe2624cd91619af601f | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Aug 12 20:49:54 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Mon Aug 12 17:04:08 2013 -0500 |
tree | 177701e32b849b2ae80e0eac127f8d7bbef3a947 | |
parent | 9b90b0d9da907a1810e7b7764befaf084e4cd45b [diff] |
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 <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>