Re: Re: question about splice

2013-07-26 Thread majianpeng
>Hi Jianpeng, > >On 07/26/2013 03:08 PM, majianpeng wrote: > >> 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 >> regul

Re: question about splice

2013-07-26 Thread Gu Zheng
Hi Jianpeng, On 07/26/2013 03:08 PM, majianpeng wrote: > 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 wi