From: Dave Chinner Date: Mon, 23 Apr 2012 05:59:04 +0000 (+1000) Subject: xfs: clean up xfs_bit.h includes X-Git-Tag: v3.5-rc1~91^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad1e95c54eb3980ab2b4683fba29ad0ef954ec51;p=pandora-kernel.git xfs: clean up xfs_bit.h includes With the removal of xfs_rw.h and other changes over time, xfs_bit.h is being included in many files that don't actually need it. Clean up the includes as necessary. Also move the only-used-once xfs_ialloc_find_free() static inline function out of a header file that is widely included to reduce the number of needless dependencies on xfs_bit.h. Signed-off-by: Dave Chinner Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed