commit | d91f2438d881514e4a923fd786dbd94b764a9440 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Sep 22 11:16:00 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Oct 07 08:01:50 2010 -0700 |
tree | d0419a4c2132687c58e54a18938ab2359794700d | |
parent | 21b559de56695d36b3f0819b7e2454737db254f8 [diff] |
ceph: update issue_seq on cap grant We need to update the issue_seq on any grant operation, be it via an MDS reply or a separate grant message. The update in the grant path was missing. This broke cap release for inodes in which the MDS sent an explicit grant message that was not soon after followed by a successful MDS reply on the same inode. Also fix the signedness on seq locals. Signed-off-by: Sage Weil <sage@newdream.net>