On 07/04/2012 06:39 PM, Miklos Szeredi wrote: > Pavel Emelyanov <xemul@xxxxxxxxxxxxx> writes: > >> Make fuse think that when writeback is on the inode's i_size is alway >> up-to-date and not update it with the value received from the >> userspace. This is done because the page cache code may update i_size >> without letting the FS know. > > Similar rule applies to i_mtime. Except it's even more tricky, since > you have to flush the mtime together with the data (the flush should not > update the modification time). And we have other operations which also > change the mtime, and those also need to be updated. Yup, I've missed that part :( Thanks for pointing this out. > We should probably look at what NFS is doing. I'll look at what can be done about it. Thanks, Pavel -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html