mirror of
https://github.com/torvalds/linux
synced 2026-07-23 18:50:44 +09:00
Since commits7ff0104a80("f2fs: Remove f2fs_write_node_page()") and3b47398d98("f2fs: Remove f2fs_write_meta_page()'), f2fs can't be called from reclaim context any more. Remove all code keyed of the wbc->for_reclaim flag, which is now only set for writing out swap or shmem pages inside the swap code, but never passed to file systems. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>