From: Jeff Liu Date: Thu, 4 Apr 2013 04:10:42 +0000 (+0800) Subject: xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros X-Git-Tag: v3.10-rc1~32^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d4fd0e92fbcfdba7bb2c789504a957ab8f835c38;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_log_priv.h b/fs/xfs/xfs_log_priv.h index 16d8d12..b9ea262 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