summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_buf.c
diff options
context:
space:
mode:
authorDave Chinner2012-04-23 07:59:04 +0200
committerBen Myers2012-05-14 23:21:00 +0200
commitad1e95c54eb3980ab2b4683fba29ad0ef954ec51 (patch)
tree1ba9b690080cc003e572c2ef0e99c3af228de17e /fs/xfs/xfs_trans_buf.c
parentxfs: move xfs_do_force_shutdown() and kill xfs_rw.c (diff)
downloadkernel-qcow2-linux-ad1e95c54eb3980ab2b4683fba29ad0ef954ec51.tar.gz
kernel-qcow2-linux-ad1e95c54eb3980ab2b4683fba29ad0ef954ec51.tar.xz
kernel-qcow2-linux-ad1e95c54eb3980ab2b4683fba29ad0ef954ec51.zip
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 <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_trans_buf.c')
-rw-r--r--fs/xfs/xfs_trans_buf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_buf.c b/fs/xfs/xfs_trans_buf.c
index 743d7a5835f3..d250afaeb70c 100644
--- a/fs/xfs/xfs_trans_buf.c
+++ b/fs/xfs/xfs_trans_buf.c
@@ -18,7 +18,6 @@
#include "xfs.h"
#include "xfs_fs.h"
#include "xfs_types.h"
-#include "xfs_bit.h"
#include "xfs_log.h"
#include "xfs_trans.h"
#include "xfs_sb.h"