diff options
author | Jeff Liu <jeff.liu@oracle.com> | 2013-04-04 12:10:42 +0800 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-04-16 13:18:33 -0500 |
commit | d4fd0e92fbcfdba7bb2c789504a957ab8f835c38 (patch) | |
tree | d98de652528b8cca86ba2b1b073ed055993da9e8 /fs/xfs/xfs_log_priv.h | |
parent | 666d644cd72a9ec58b353209ff191d7430f3b357 (diff) |
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.h | 1 |
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 |