fs: Convert drop_buffers() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 10:39:50 +0000 (06:39 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:34 +0000 (23:12 -0400)
commit6439476311a649594124c4cf42f8389661f04e4f
tree2dc7f0a5fc63c8848419b94c2ea3926a16856c94
parent68189fef88c7d02eb92e038be3d6428ebd0d2945
fs: Convert drop_buffers() to use a folio

All callers now have a folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
fs/buffer.c