Commit 3e878fe5 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: add missing inode_walker_exit()

fix a small leak
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 87313ac1
......@@ -2215,6 +2215,8 @@ int bch2_check_xattrs(struct bch_fs *c)
NULL, NULL,
BCH_TRANS_COMMIT_no_enospc,
check_xattr(trans, &iter, k, &hash_info, &inode)));
inode_walker_exit(&inode);
bch_err_fn(c, ret);
return ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment