• David Howells's avatar
    afs: Fix double inc of vnode->cb_break · fd711586
    David Howells authored
    When __afs_break_callback() clears the CB_PROMISED flag, it increments
    vnode->cb_break to trigger a future refetch of the status and callback -
    however it also calls afs_clear_permits(), which also increments
    vnode->cb_break.
    
    Fix this by removing the increment from afs_clear_permits().
    
    Whilst we're at it, fix the conditional call to afs_put_permits() as the
    function checks to see if the argument is NULL, so the check is redundant.
    
    Fixes: be080a6f ("afs: Overhaul permit caching");
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    fd711586
security.c 10.2 KB