X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fsplice.c;h=666953d59a35c77670514b916aea7515fe612951;hb=3dacbdad2401c06b97d8d754974233a70c165536;hp=5384a90665d05ef33053a28360fa9b51cf460b3d;hpb=3307f19f634dfb134b370c59a778fdb2d574c17b;p=mv-sheeva.git diff --git a/fs/splice.c b/fs/splice.c index 5384a90665d..666953d59a3 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -614,7 +614,6 @@ static void wakeup_pipe_writers(struct pipe_inode_info *pipe) * @actor: handler that splices the data * * Description: - * This function loops over the pipe and calls @actor to do the * actual moving of a single struct pipe_buffer to the desired * destination. It returns when there's no more buffers left in @@ -711,7 +710,7 @@ EXPORT_SYMBOL(splice_from_pipe_next); /** * splice_from_pipe_begin - start splicing from pipe - * @pipe: pipe to splice from + * @sd: information about the splice operation * * Description: * This function should be called before a loop containing