[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140603101928.GD17659@moon>
Date: Tue, 3 Jun 2014 14:19:28 +0400
From: Cyrill Gorcunov <gorcunov@...il.com>
To: Al Viro <viro@...IV.linux.org.uk>,
LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>,
Pavel Emelyanov <xemul@...allels.com>
Subject: Re: [PATCH -next] fs: pipe -- Take into account requested @len in
iter_file_splice_write
On Sat, May 31, 2014 at 12:33:32AM +0400, Cyrill Gorcunov wrote:
> Currently iter_file_splice_write pushes into the output IOVs as much
> as it can, so that if one previously pushed into pipe 8K of data and
> then try to fetch 4K -- he get the complete 8K instead.
>
> Lest count how many bytes were requested by a caller and
> stop looping once request is complete.
>
> Signed-off-by: Cyrill Gorcunov <gorcunov@...nvz.org>
Ping?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists