aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-06-23 18:11:15 +1000
committerAlex Elder <aelder@sgi.com>2010-07-26 13:16:37 -0500
commitdbb2f6529feeee8f4de77849edeee2e60c40c805 (patch)
tree194bd508bb6dd59114750962b7992bbb1fd82a05 /fs/xfs/xfs_log.h
parentxfs: fix the xfs_log_iovec i_addr type (diff)
downloadlinux-dev-dbb2f6529feeee8f4de77849edeee2e60c40c805.tar.xz
linux-dev-dbb2f6529feeee8f4de77849edeee2e60c40c805.zip
xfs: kill the unused xlog_debug variable
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_log.h')
-rw-r--r--fs/xfs/xfs_log.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h
index 5b72e9a40ab2..7fc2c8d4c802 100644
--- a/fs/xfs/xfs_log.h
+++ b/fs/xfs/xfs_log.h
@@ -201,9 +201,4 @@ int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
bool xfs_log_item_in_current_chkpt(struct xfs_log_item *lip);
#endif
-
-
-extern int xlog_debug; /* set to 1 to enable real log */
-
-
#endif /* __XFS_LOG_H__ */