commit | cac36bb06efe4880234524e117e0e712b10b1f16 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Jun 14 13:10:48 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:15 2007 +0200 |
tree | 5220c6f2185cee1c6934cf8048975beac5bc94bb | |
parent | d96e6e71647846e0dab097efd9b8bf3a3a556dca [diff] |
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>