Re: [PATCH 3/3] writeback: introduce super_operations->write_metadata

2016-09-09 Thread Jan Kara
On Mon 22-08-16 13:35:02, Josef Bacik wrote: > Now that we have metadata counters in the VM, we need to provide a way to kick > writeback on dirty metadata. Introduce super_operations->write_metadata. > This > allows file systems to deal with writing back any dirty metadata we need based > on

[PATCH 3/3] writeback: introduce super_operations->write_metadata

2016-08-22 Thread Josef Bacik
Now that we have metadata counters in the VM, we need to provide a way to kick writeback on dirty metadata. Introduce super_operations->write_metadata. This allows file systems to deal with writing back any dirty metadata we need based on the writeback needs of the system. Since there is no