xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros
authorJeff Liu <jeff.liu@oracle.com>
Thu, 4 Apr 2013 04:10:42 +0000 (12:10 +0800)
committerBen Myers <bpm@sgi.com>
Tue, 16 Apr 2013 18:18:33 +0000 (13:18 -0500)
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>
fs/xfs/xfs_log_priv.h

index 16d8d12..b9ea262 100644 (file)
@@ -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