Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read error before setting error pointer to null
I'm in a rush to get the tag out today and I'm making a mess. The previous patch set an error pointer to null in apfs_node_split(), but I didn't notice that the actual error would get read later. Reorder this. I usually would just squash this into the previous patch, but in my rush I have already pushed it. Signed-off-by: Ernesto A. Fernández <[email protected]>
- Loading branch information