projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87313ac
)
bcachefs: add missing inode_walker_exit()
author
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 22 Aug 2024 07:57:39 +0000
(
03:57
-0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 22 Aug 2024 14:04:41 +0000
(10:04 -0400)
fix a small leak
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fsck.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/fsck.c
b/fs/bcachefs/fsck.c
index
6801c37
..
83bd31b
100644
(file)
--- a/
fs/bcachefs/fsck.c
+++ b/
fs/bcachefs/fsck.c
@@
-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;
}