X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fsplice.c;h=1abab5cee4ba8d552df8300e3561ff7e8a1375c3;hb=0477406961c185ef9a6d9c908b5c70ffe206833e;hp=a1e701c27156f78201532e8f701d1af2266744f0;hpb=aa58329fc8ec50b379388fcad55f62c3493730d3;p=linux-2.6-omap-h63xx.git diff --git a/fs/splice.c b/fs/splice.c index a1e701c2715..1abab5cee4b 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -731,8 +731,8 @@ ssize_t splice_from_pipe(struct pipe_inode_info *pipe, struct file *out, }; /* - * The actor worker might be calling ->prepare_write and - * ->commit_write. Most of the time, these expect i_mutex to + * The actor worker might be calling ->write_begin and + * ->write_end. Most of the time, these expect i_mutex to * be held. Since this may result in an ABBA deadlock with * pipe->inode, we have to order lock acquiry here. */