Skip to content
  • Jens Axboe's avatar
    pipe: change the ->pin() operation to ->confirm() · cac36bb0
    Jens Axboe authored
    
    
    The name 'pin' was badly chosen, it doesn't pin a pipe buffer
    in the most commonly used sense in the kernel. So change the
    name to 'confirm', after debating this issue with Hugh
    Dickins a bit.
    
    A good return from ->confirm() means that the buffer is really
    there, and that the contents are good.
    
    Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
    cac36bb0