Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4fd0e92 authored by Jeff Liu's avatar Jeff Liu Committed by Ben Myers
Browse files

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: default avatarJie Liu <jeff.liu@oracle.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 666d644c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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