• Sage Weil's avatar
    ceph: simplify caps revocation, fix for multimds · 3b454c49
    Sage Weil authored
    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>
    3b454c49
caps.c 81 KB