ceph: fix lease revocation when seq doesn't match
authorSage Weil <sage@newdream.net>
Fri, 4 Jun 2010 17:05:40 +0000 (10:05 -0700)
committerSage Weil <sage@newdream.net>
Fri, 4 Jun 2010 17:05:40 +0000 (10:05 -0700)
If the client revokes a lease with a higher seq than what we have, keep
the mds's seq, so that it honors our release.  Otherwise, we can hang
indefinitely.

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found