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 | gmane.linux.file-systems,gmane.comp.file-systems.btrfs,gmane.linux.kernel.io-uring,gmane.linux.block |
|---|---|
| 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