Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bcachefs: Remove a redundant and harmless bch2_free_super() call
Remove a redundant call to bch2_free_super(). This is harmless because bch2_free_super() has a memset() at its end. So a second call would only lead to from kfree(NULL). Remove the redundant call and only rely on the error handling path. Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
- Loading branch information