Skip to content
Commit 3b454c49 authored by Sage Weil's avatar Sage Weil
Browse files

ceph: simplify caps revocation, fix for multimds



The caps revocation should either initiate writeback, invalidateion, or
call check_caps to ack or do the dirty work.  The primary question is
whether we can get away with only checking the auth cap or whether all
caps need to be checked.

The old code was doing...something else.  At the very least, revocations
from non-auth MDSs could break by triggering the "check auth cap only"
case.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 38e8883e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment