On Thu, Jan 12, 2023 at 10:31:49AM +0000, Johannes Thumshirn wrote: > What base is this against? I'm getting the following: > Applying: btrfs: handle recording of zoned writes in the storage layer > fs/btrfs/inode.c: In function ‘btrfs_submit_direct’: > fs/btrfs/inode.c:7842:25: error: label ‘out_err’ used but not defined > 7842 | goto out_err; > | ^~~~ > > > Specifically that hunk needs to be removed: Yes, it needs to be removed. I didn't properly complile test this step after the lastest rebased that added another users of out_err. It gets fixed later on, but I've force pushed the tree mentioned in the cover letter to fix it up at this stage as well.