Re: [PATCH] fix fsync/fdatasync races

2001-04-30 Thread Alexander Viro
On Mon, 30 Apr 2001, Marcelo Tosatti wrote: > > Hi, > > The following patch implements a new super_operations "wait_inode" > operation on ext2 to fix the generic_osync_inode/fsync/fdatasync race I > mentioned sometime ago. > > We still have to implement the wait_inode operation on _all_ blo

[PATCH] fix fsync/fdatasync races

2001-04-30 Thread Marcelo Tosatti
Hi, The following patch implements a new super_operations "wait_inode" operation on ext2 to fix the generic_osync_inode/fsync/fdatasync race I mentioned sometime ago. We still have to implement the wait_inode operation on _all_ block filesystems to make them safe. Comments? diff --exclude-f