Re: [PATCH 1/1] fs/splice.c: Fix old documentation about moving pages

2019-08-16 Thread Leonardo Bras
On Thu, 2019-08-08 at 15:19 -0300, Leonardo Bras wrote: > On Thu, 2019-08-01 at 19:38 -0300, Leonardo Bras wrote: > > Since commit 485ddb4b9741 ("1/2 splice: dont steal")' (2007), > > the SPLICE_F_MOVE support was removed (became a no-op according > > to man pages), and thus disabling steal operati

Re: [PATCH 1/1] fs/splice.c: Fix old documentation about moving pages

2019-08-08 Thread Leonardo Bras
On Thu, 2019-08-01 at 19:38 -0300, Leonardo Bras wrote: > Since commit 485ddb4b9741 ("1/2 splice: dont steal")' (2007), > the SPLICE_F_MOVE support was removed (became a no-op according > to man pages), and thus disabling steal operation that would make > moving pages possible. > > This fixes the

[PATCH 1/1] fs/splice.c: Fix old documentation about moving pages

2019-08-01 Thread Leonardo Bras
Since commit 485ddb4b9741 ("1/2 splice: dont steal")' (2007), the SPLICE_F_MOVE support was removed (became a no-op according to man pages), and thus disabling steal operation that would make moving pages possible. This fixes the comment, making clear pages are not moved. Signed-off-by: Leonardo