diff options
author | Mark Tinguely <tinguely@sgi.com> | 2012-12-04 17:18:06 -0600 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-12-17 16:29:00 -0600 |
commit | ec47eb6b0b450a4e82340b6de674104de3f0dc0a (patch) | |
tree | f5669813b271a39ca5a78a55430f0032635d4b9f /fs/xfs/xfs_inode_item.h | |
parent | c883d0c400fc8cdbd5bbe71e179c9e64ace58e86 (diff) | |
download | linux-stable-ec47eb6b0b450a4e82340b6de674104de3f0dc0a.tar.gz linux-stable-ec47eb6b0b450a4e82340b6de674104de3f0dc0a.tar.bz2 linux-stable-ec47eb6b0b450a4e82340b6de674104de3f0dc0a.zip |
xfs remove the XFS_TRANS_DEBUG routines
Remove the XFS_TRANS_DEBUG routines. They are no longer appropriate
and have not been used in years
Signed-off-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_inode_item.h')
-rw-r--r-- | fs/xfs/xfs_inode_item.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_inode_item.h b/fs/xfs/xfs_inode_item.h index 376d4d0b2635..779812fb3d80 100644 --- a/fs/xfs/xfs_inode_item.h +++ b/fs/xfs/xfs_inode_item.h @@ -148,10 +148,6 @@ typedef struct xfs_inode_log_item { data exts */ struct xfs_bmbt_rec *ili_aextents_buf; /* array of logged attr exts */ -#ifdef XFS_TRANS_DEBUG - int ili_root_size; - char *ili_orig_root; -#endif xfs_inode_log_format_t ili_format; /* logged structure */ } xfs_inode_log_item_t; |