pipe: change the ->pin() operation to ->confirm()
authorJens Axboe <jens.axboe@oracle.com>
Thu, 14 Jun 2007 11:10:48 +0000 (13:10 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 10 Jul 2007 06:04:15 +0000 (08:04 +0200)
commitcac36bb06efe4880234524e117e0e712b10b1f16
tree5220c6f2185cee1c6934cf8048975beac5bc94bb
parentd96e6e71647846e0dab097efd9b8bf3a3a556dca
pipe: change the ->pin() operation to ->confirm()

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: Jens Axboe <jens.axboe@oracle.com>
drivers/block/loop.c
fs/nfsd/vfs.c
fs/ocfs2/file.c
fs/pipe.c
fs/splice.c
include/linux/pipe_fs_i.h
kernel/relay.c