From 90959633c6804d84490d58d01f4eb3099c3309dd Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 Mar 2010 11:54:30 -0700 Subject: [PATCH] mds: drop unused CInode::PIN_PURGING --- src/mds/CInode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mds/CInode.h b/src/mds/CInode.h index 83e3f0b0b11f1..89bb585791985 100644 --- a/src/mds/CInode.h +++ b/src/mds/CInode.h @@ -80,7 +80,7 @@ public: static const int PIN_BATCHOPENJOURNAL = 9; static const int PIN_SCATTERED = 10; static const int PIN_STICKYDIRS = 11; - static const int PIN_PURGING = -12; + //static const int PIN_PURGING = -12; static const int PIN_FREEZING = 13; static const int PIN_FROZEN = 14; static const int PIN_IMPORTINGCAPS = 15; @@ -101,7 +101,7 @@ public: case PIN_BATCHOPENJOURNAL: return "batchopenjournal"; case PIN_SCATTERED: return "scattered"; case PIN_STICKYDIRS: return "stickydirs"; - case PIN_PURGING: return "purging"; + //case PIN_PURGING: return "purging"; case PIN_FREEZING: return "freezing"; case PIN_FROZEN: return "frozen"; case PIN_IMPORTINGCAPS: return "importingcaps"; -- 2.39.5