On Tue, Sep 19, 2023 at 05:51:10AM +0100, Matthew Wilcox (Oracle) wrote: > Almost all callers want to know the first BH that was allocated > for this folio. We already have that handy, so return it. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > --- > fs/buffer.c | 24 +++++++++++++----------- > include/linux/buffer_head.h | 4 ++-- > 2 files changed, 15 insertions(+), 13 deletions(-) > Looks good, Reviewed-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx>