Re: [PATCH 3/5] fuse: wait for end of IO on release

2013-01-15 Thread Maxim V. Patlasov
Hi Brian, 01/03/2013 12:35 AM, Brian Foster пишет: On 12/20/2012 07:31 AM, Maxim Patlasov wrote: There are two types of I/O activity that can be "in progress" at the time of fuse_release() execution: asynchronous read-ahead and write-back. The patch ensures that they are completed before fuse_r

Re: [PATCH 3/5] fuse: wait for end of IO on release

2013-01-02 Thread Brian Foster
On 12/20/2012 07:31 AM, Maxim Patlasov wrote: > There are two types of I/O activity that can be "in progress" at the time > of fuse_release() execution: asynchronous read-ahead and write-back. The > patch ensures that they are completed before fuse_release_common sends > FUSE_RELEASE to userspace.