diff options
author | Jeff Liu <jeff.liu@oracle.com> | 2013-04-04 00:10:42 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-04-16 14:18:33 -0400 |
commit | d4fd0e92fbcfdba7bb2c789504a957ab8f835c38 (patch) | |
tree | d98de652528b8cca86ba2b1b073ed055993da9e8 | |
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>
-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 { | |||
468 | * threshold, yet give us plenty of space for aggregation on large logs. | 468 | * threshold, yet give us plenty of space for aggregation on large logs. |
469 | */ | 469 | */ |
470 | #define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3) | 470 | #define XLOG_CIL_SPACE_LIMIT(log) (log->l_logsize >> 3) |
471 | #define XLOG_CIL_HARD_SPACE_LIMIT(log) (3 * (log->l_logsize >> 4)) | ||
472 | 471 | ||
473 | /* | 472 | /* |
474 | * ticket grant locks, queues and accounting have their own cachlines | 473 | * ticket grant locks, queues and accounting have their own cachlines |