UPSTREAM: mm/filemap: add filemap_fdatawrite_range_kick() helper
Works like filemap_fdatawrite_range(), except it's a non-integrity data writeback and hence only starts writeback on the specified range. Will help facilitate generically starting uncached writeback from generic_write_sync(), as header dependencies preclude doing this inline from fs.h. Bug: 416315033 (cherry picked from commit dddc559f) Link: https://lkml.kernel.org/r/20241220154831.1086649-11-axboe@kernel.dk Change-Id: I37aac257aaa2f565cf5f38dd17edea8140f559d4 Signed-off-by:Jens Axboe <axboe@kernel.dk> Cc: Brian Foster <bfoster@redhat.com> Cc: Chris Mason <clm@meta.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Akilesh Kailash <akailash@google.com>
Loading
Please sign in to comment