Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
netfs: Generate a buffered writeback from ->writepages()
Handle the initiation of writeback of a piece of the dirty list. A slice of a dirty region is extracted and a writeback record is set up to manage it. The pages in the affected region are flipped from dirty to writeback-in-progress. The writeback is then dispatched (which at this point just logs a message to dmesg and then abandons it). Signed-off-by: David Howells <dhowells@redhat.com>
- Loading branch information