mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
e999a5c5a1
This particular combination of flags is used by most filesystems in their ->write_begin method, although it does find use in a few other places. Before folios, it warranted its own function (grab_cache_page_write_begin()), but I think that just having specialised flags is enough. It certainly helps the few places that have been converted from grab_cache_page_write_begin() to __filemap_get_folio(). Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20230324180129.1220691-2-willy@infradead.org Signed-off-by: Theodore Ts'o <tytso@mit.edu> |
||
---|---|---|
.. | ||
buffered_read.c | ||
internal.h | ||
io.c | ||
iterator.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
objects.c | ||
stats.c |