Re: [dm-devel] [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio

2021-01-26 Thread Chaitanya Kulkarni
On 1/26/21 7:27 AM, Christoph Hellwig wrote: > bio_alloc never returns NULL when it can sleep. > > Signed-off-by: Christoph Hellwig > --- Looks good. Reviewed-by: Chaitanya Kulkarni -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

[dm-devel] [PATCH 16/17] nilfs2: remove cruft in nilfs_alloc_seg_bio

2021-01-26 Thread Christoph Hellwig
bio_alloc never returns NULL when it can sleep. Signed-off-by: Christoph Hellwig --- fs/nilfs2/segbuf.c | 4 1 file changed, 4 deletions(-) diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index 1a8729eded8b14..1e75417bfe6e52 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c @@