From: Jens Axboe Date: Thu, 14 Jun 2007 11:10:48 +0000 (+0200) Subject: pipe: change the ->pin() operation to ->confirm() X-Git-Tag: v2.6.23-rc1~1157^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac36bb06efe4880234524e117e0e712b10b1f16;p=pandora-kernel.git 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 --- Reading git-diff-tree failed