]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
* allow multiple batchopenjournal pins
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 26 Apr 2007 15:21:11 +0000 (15:21 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Thu, 26 Apr 2007 15:21:11 +0000 (15:21 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1348 29311d96-e01e-0410-9327-a35deaab8ce9

branches/sage/cephmds2/mds/CInode.h

index 6c68413111797b7cc10d8a4e78a00de4c333c115..b9ef673d8510e1892b3c554e1b73afabd4e2914c 100644 (file)
@@ -64,7 +64,7 @@ class CInode : public MDSCacheObject {
   static const int PIN_UNANCHORING = 13;
   static const int PIN_OPENINGDIR = 14;
   static const int PIN_REMOTEPARENT = 15;
-  static const int PIN_BATCHOPENJOURNAL = 16;
+  static const int PIN_BATCHOPENJOURNAL = -16;
 
   const char *pin_name(int p) {
     switch (p) {