From: Christoph Hellwig Date: Wed, 23 Jun 2010 08:11:15 +0000 (+1000) Subject: xfs: kill the unused xlog_debug variable X-Git-Tag: v2.6.36-rc1~589^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dbb2f6529feeee8f4de77849edeee2e60c40c805;p=karo-tx-linux.git xfs: kill the unused xlog_debug variable Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- 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__ */