From: Dave Chinner Date: Mon, 23 Apr 2012 05:58:58 +0000 (+1000) Subject: xfs: move xfsagino_t to xfs_types.h X-Git-Tag: v3.5-rc1~91^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a34607b26b60d6b5c5c928ede7fc84b0f06b85;p=pandora-kernel.git xfs: move xfsagino_t to xfs_types.h Untangle the header file includes a bit by moving the definition of xfs_agino_t to xfs_types.h. This removes the dependency that xfs_ag.h has on xfs_inum.h, meaning we don't need to include xfs_inum.h everywhere we include xfs_ag.h. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed