[XFS] make btree tracing generic
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Oct 2008 05:58:50 +0000 (16:58 +1100)
committerLachlan McIlroy <lachlan@sgi.com>
Thu, 30 Oct 2008 05:58:50 +0000 (16:58 +1100)
commit7f7c39ccb6045cf1fd5e7684a484c445291b44d4
treec244475e0ef732d35893ba949468a95f409db7b4
parent3cc7524c8445e6244b055f3fa338529188c7c260
[XFS] make btree tracing generic

Make the existing bmap btree tracing generic so that it applies to all
btree types.

Some fragments lifted from a patch by Dave Chinner.

This adds two files that were missed from the previous btree tracing
checkin.

SGI-PV: 985583

SGI-Modid: xfs-linux-melb:xfs-kern:32210a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Bill O'Donnell <billodo@sgi.com>
Signed-off-by: David Chinner <david@fromorbit.com>
fs/xfs/xfs_btree_trace.c [new file with mode: 0644]
fs/xfs/xfs_btree_trace.h [new file with mode: 0644]