| To: | "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH]xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros |
| From: | Jeff Liu <jeff.liu@xxxxxxxxxx> |
| Date: | Thu, 04 Apr 2013 12:10:42 +0800 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 |
There is no more users of this Macro, so it's time to kill it dead.
Signed-off-by: Jie Liu <jeff.liu@xxxxxxxxxx>
---
fs/xfs/xfs_log_priv.h | 1 -
1 file changed, 1 deletion(-)
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
--
1.7.9.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: xfs_iomap_write_unwritten stuck in congestion_wait?, Dave Chinner |
|---|---|
| Next by Date: | Re: 88TB filesystem going off-line without warning, Dave Chinner |
| Previous by Thread: | xfsdump having problems dumping attributes again (cannot allocate memory), Linda Walsh |
| Next by Thread: | Re: [PATCH]xfs: Remove the obsolete XLOG_CIL_HARD_SPACE_LIMIT() macros, Mark Tinguely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |