Re: [dm-devel] [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append

2021-01-26 Thread Damien Le Moal
On 2021/01/26 23:58, Christoph Hellwig wrote: > Use bio_alloc instead of open coding it. > > Signed-off-by: Christoph Hellwig > --- > fs/zonefs/super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c > index bec47f2d074beb..faea2ed3

Re: [dm-devel] [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append

2021-01-26 Thread Chaitanya Kulkarni
On 1/26/21 7:01 AM, Christoph Hellwig wrote: > Use bio_alloc instead of open coding it. > > Signed-off-by: Christoph Hellwig Ha Ha I was going send out a patch for this :P. Reviewed-by: Chaitanya Kulkarni -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/d

Re: [dm-devel] [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append

2021-01-26 Thread Johannes Thumshirn
On 26/01/2021 16:01, Christoph Hellwig wrote: > Use bio_alloc instead of open coding it. > > Signed-off-by: Christoph Hellwig > --- > fs/zonefs/super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c > index bec47f2d074beb..faea2ed3

[dm-devel] [PATCH 01/17] zonefs: use bio_alloc in zonefs_file_dio_append

2021-01-26 Thread Christoph Hellwig
Use bio_alloc instead of open coding it. Signed-off-by: Christoph Hellwig --- fs/zonefs/super.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/zonefs/super.c b/fs/zonefs/super.c index bec47f2d074beb..faea2ed34b4a37 100644 --- a/fs/zonefs/super.c +++ b/fs/zonefs/super.c @@