[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <459f05cd-23fd-405c-b52a-bd2b667eba62@wdc.com>
Date: Wed, 2 Oct 2024 14:48:14 +0000
From: Johannes Thumshirn <Johannes.Thumshirn@....com>
To: Filipe Manana <fdmanana@...nel.org>, Johannes Thumshirn <jth@...nel.org>
CC: Chris Mason <clm@...com>, Josef Bacik <josef@...icpanda.com>, David Sterba
<dsterba@...e.com>, Filipe Manana <fdmanana@...e.com>, open list
<linux-kernel@...r.kernel.org>, "open list:BTRFS FILE SYSTEM"
<linux-btrfs@...r.kernel.org>, Naohiro Aota <Naohiro.Aota@....com>
Subject: Re: [PATCH v3] btrfs: tests: add selftests for RAID stripe-tree
On 02.10.24 16:24, Filipe Manana wrote:
>> + for (int i = 0; i < RST_TEST_NUM_DEVICES; i++) {
>> + struct btrfs_device *dev;
>> +
>> + dev = btrfs_alloc_dummy_device(fs_info);
> Still missing the error check, it can fail with ERR_PTR(-ENOMEM).
>
> With that fixed:
>
> Reviewed-by: Filipe Manana<fdmanana@...e.com>
Oops, fixed.
Powered by blists - more mailing lists