]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaffbdf29e2b8523eb5a2b1d40d9b59b91a28500d
tree5220c6f2185cee1c6934cf8048975beac5bc94bb
parent1ba502ba1e3cd25fcdb6925e27c44d7be86b0390
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