xfs: remove the dead XFS_DABUF_DEBUG code
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
This commit is contained in:
@ -145,22 +145,11 @@ typedef struct xfs_dabuf {
|
||||
short dirty; /* data needs to be copied back */
|
||||
short bbcount; /* how large is data in bbs */
|
||||
void *data; /* pointer for buffers' data */
|
||||
#ifdef XFS_DABUF_DEBUG
|
||||
inst_t *ra; /* return address of caller to make */
|
||||
struct xfs_dabuf *next; /* next in global chain */
|
||||
struct xfs_dabuf *prev; /* previous in global chain */
|
||||
struct xfs_buftarg *target; /* device for buffer */
|
||||
xfs_daddr_t blkno; /* daddr first in bps[0] */
|
||||
#endif
|
||||
struct xfs_buf *bps[1]; /* actually nbuf of these */
|
||||
} xfs_dabuf_t;
|
||||
#define XFS_DA_BUF_SIZE(n) \
|
||||
(sizeof(xfs_dabuf_t) + sizeof(struct xfs_buf *) * ((n) - 1))
|
||||
|
||||
#ifdef XFS_DABUF_DEBUG
|
||||
extern xfs_dabuf_t *xfs_dabuf_global_list;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Storage for holding state during Btree searches and split/join ops.
|
||||
*
|
||||
|
Reference in New Issue
Block a user