aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log_priv.h
diff options
context:
space:
mode:
authorJeff Liu <jeff.liu@oracle.com>2013-04-04 12:10:42 +0800
committerBen Myers <bpm@sgi.com>2013-04-16 13:18:33 -0500
commitd4fd0e92fbcfdba7bb2c789504a957ab8f835c38 (patch)
treed98de652528b8cca86ba2b1b073ed055993da9e8 /fs/xfs/xfs_log_priv.h
parentxfs: don't free EFIs before the EFDs are committed (diff)
downloadlinux-dev-d4fd0e92fbcfdba7bb2c789504a957ab8f835c38.tar.xz
linux-dev-d4fd0e92fbcfdba7bb2c789504a957ab8f835c38.zip
xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros
There is no more users of this Macro, so it's time to kill it dead. Signed-off-by: Jie Liu <jeff.liu@oracle.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_log_priv.h')
-rw-r--r--fs/xfs/xfs_log_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h
index 16d8d12ea3b4..b9ea262dd1c2 100644
--- a/fs/xfs/xfs_log_priv.h
+++ b/fs/xfs/xfs_log_priv.h
@@ -468,7 +468,6 @@ struct xfs_cil {
* threshold, yet give us plenty of space for aggregation on large logs.
*/
#define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3)
-#define XLOG_CIL_HARD_SPACE_LIMIT(log) (3 * (log->l_logsize >> 4))
/*
* ticket grant locks, queues and accounting have their own cachlines