]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: add case for CEPH_LOCK_DVERSION to LockType
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 1 Jun 2010 17:30:05 +0000 (10:30 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 1 Jun 2010 17:30:05 +0000 (10:30 -0700)
src/mds/SimpleLock.h

index 3652670064820019ea2a699d372a8922d2b4a7f6..028c11787a390a465c2fde3831519b6f32db2ca4 100644 (file)
@@ -67,6 +67,7 @@ struct LockType {
     case CEPH_LOCK_IFILE:
       sm = &sm_filelock;
       break;
+    case CEPH_LOCK_DVERSION:
     case CEPH_LOCK_IVERSION:
       sm = &sm_locallock;
       break;