Re: [PATCH] fuse: do not evict dirty inodes

2014-08-15 Thread Maxim Patlasov
Hi Miklos, On 08/13/2014 02:32 PM, Miklos Szeredi wrote: On Tue, Jun 3, 2014 at 1:49 PM, Maxim Patlasov wrote: Commit 1e18bda8 added .write_inode method to the fuse super_operations. This allowed fuse to use the kernel infrastructure for writing out dirty metadata (mtime and ctime for now). Ho

Re: [PATCH] fuse: do not evict dirty inodes

2014-08-13 Thread Miklos Szeredi
On Tue, Jun 3, 2014 at 1:49 PM, Maxim Patlasov wrote: > Commit 1e18bda8 added .write_inode method to the fuse super_operations. This > allowed fuse to use the kernel infrastructure for writing out dirty metadata > (mtime and ctime for now). However, given that .drop_inode was not redefined > from

[PATCH] fuse: do not evict dirty inodes

2014-06-03 Thread Maxim Patlasov
Commit 1e18bda8 added .write_inode method to the fuse super_operations. This allowed fuse to use the kernel infrastructure for writing out dirty metadata (mtime and ctime for now). However, given that .drop_inode was not redefined from the legacy generic_delete_inode(), on umount(2) generic_shutdow