fs/buffer do not support large folios as there are many assumptions onReviewed-by: Hannes Reinecke <hare@xxxxxxx>
the folio size to be the host page size. This conversion is one step
towards removing that assumption. Also this conversion will reduce calls
to compound_head() if folio_create_buffers() calls
folio_create_empty_buffers().
Signed-off-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx>
---
fs/buffer.c | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)