linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* question about splice
@ 2013-07-26  7:08 majianpeng
  2013-07-26  7:17 ` Gu Zheng
  0 siblings, 1 reply; 3+ messages in thread
From: majianpeng @ 2013-07-26  7:08 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel

Hi all,
	I used splice and found a prolem(at least i call).
The demo is:
A:splice(regularfileA--->pipe);
B:splice(pipe--->regularfileB)
Before do B, we modify the data of regA which now in pipe. The data to regularfileB willbe change.
If we used the buff
A:read(regA, buff);
B: write(buff, regB);
After A, the contend of regA can't effect the buff.
Review the code of splice,I know the pipe share the pagecache of regA.
Maybe this is not a problem or am i missing something?

Thanks!
Jianpeng Ma

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-26  7:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26  7:08 question about splice majianpeng
2013-07-26  7:17 ` Gu Zheng
2013-07-26  7:53   ` majianpeng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).