Re: [PATCH v2 5/7] btrfs: unlock inode and extent in caller when uring read extent fails
Yang Xiuwei <[email protected]> Thu, 6 Aug 2026 17:30:47 +0800
| Newsgroups | org.kernel.vger.linux-block,org.kernel.vger.io-uring,org.kernel.vger.linux-btrfs,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <[email protected]> |
Hi Wenruo, On 2026/8/6 18:40, Qu Wenruo wrote: > Why go to that label? We have nothing to release, the old return -ENOMEM > works completely fine now. Right, I overlooked that and kept the v1 goto. Will use return -ENOMEM in v3. Thanks, Yang Xiuwei