]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix file recovery
authorSage Weil <sage@newdream.net>
Wed, 1 Oct 2008 18:39:42 +0000 (11:39 -0700)
committerSage Weil <sage@newdream.net>
Wed, 1 Oct 2008 18:39:42 +0000 (11:39 -0700)
commit1b3a1c4fe3f0e32afcbb27a43707ce985e795d9e
tree2ad533147e08b0cb9a2fe10cb7a47a90027cdef3
parent2542192741195640485d473dfc86513681e48e70
mds: fix file recovery

Make state bits distinct.  Duh.

Also, if an inode is queued for recovery, and doesn't need it later, unqueue it
(clear the bit, drop auth pin).
src/mds/CInode.h
src/mds/MDCache.cc