commit | e979cf50395e24c4bdd489f60e2d5dd5ae66d255 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Jul 15 14:58:39 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Fri Jul 16 10:30:18 2010 -0700 |
tree | 5d26b26b4b7eb9bed0812800ea4d2d5704c5eaa3 | |
parent | 01a92f174f8a3b99dbb5e02c86e7ee1e576737af [diff] |
ceph: do not include cap/dentry releases in replayed messages Strip the cap and dentry releases from replayed messages. They can cause the shared state to get out of sync because they were generated (with the request message) earlier, and no longer reflect the current client state. Signed-off-by: Sage Weil <sage@newdream.net>