On Mon, Jan 24, 2022 at 6:11 PM Christoph Hellwig <hch@xxxxxx> wrote: > > bio_alloc will never fail when it can sleep. Remove the now simple > nilfs_alloc_seg_bio helper and open code it in the only caller. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/nilfs2/segbuf.c | 31 ++++--------------------------- > 1 file changed, 4 insertions(+), 27 deletions(-) Acked-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> Thanks! Ryusuke Konishi