• David Howells's avatar
    afs: Add some callback management tracepoints · 051d2525
    David Howells authored
    Add a couple of tracepoints to track callback management:
    
     (1) afs_cb_miss - Logs when we were unable to apply a callback, either due
         to the inode being discarded or due to a competing thread applying a
         callback first.
    
     (2) afs_cb_break - Logs when we attempted to clear the noted callback
         promise, either due to the server explicitly breaking the callback,
         the callback promise lapsing or a local event obsoleting it.
    Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
    051d2525
inode.c 22.2 KB