]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: reset seq on mds after reconnect, too
authorSage Weil <sage@newdream.net>
Tue, 14 Jul 2009 20:46:10 +0000 (13:46 -0700)
committerSage Weil <sage@newdream.net>
Tue, 14 Jul 2009 20:46:10 +0000 (13:46 -0700)
commit09dffea8e902a49208567384b03cb51dc67f79eb
treee9ff7dada214ab398c352a49b828a71bb348a1fc
parentb32f7cfb4c81e78ab388a806091cd29520f2c70d
mds: reset seq on mds after reconnect, too

We were setting it to 1 (due to the issue_norevoke() call), but the
client is resetting to 0, so do the same here.  (Otherwise
subsequent client cap messages may get ignored.)
src/mds/CInode.cc
src/mds/CInode.h
src/mds/Capability.h