commit | dbb2f6529feeee8f4de77849edeee2e60c40c805 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jun 23 18:11:15 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:37 2010 -0500 |
tree | 194bd508bb6dd59114750962b7992bbb1fd82a05 | |
parent | 4e0d5f926b80b06234a4ed664d6ae8c54fb08c4b [diff] |
xfs: kill the unused xlog_debug variable Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com>
diff --git a/fs/xfs/xfs_log.h b/fs/xfs/xfs_log.h index 5b72e9a..7fc2c8d 100644 --- a/fs/xfs/xfs_log.h +++ b/fs/xfs/xfs_log.h
@@ -201,9 +201,4 @@ 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__ */