projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a678e
)
dm thin: fix missing pool reference count decrement in pool_ctr error path
author
Mike Snitzer
<snitzer@redhat.com>
Tue, 13 Oct 2015 16:04:28 +0000
(12:04 -0400)
committer
Mike Snitzer
<snitzer@redhat.com>
Tue, 13 Oct 2015 16:20:55 +0000
(12:20 -0400)
Fixes:
ac8c3f3df
("dm thin: generate event when metadata threshold passed")
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Cc: stable@vger.kernel.org # 3.10+
drivers/md/dm-thin.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-thin.c
b/drivers/md/dm-thin.c
index 6fcbfb0633665a7c7b91d036b771cd997560e3de..3897b90bd462d852e0aec27a792be14655efa150 100644
(file)
--- a/
drivers/md/dm-thin.c
+++ b/
drivers/md/dm-thin.c
@@
-3201,7
+3201,7
@@
static int pool_ctr(struct dm_target *ti, unsigned argc, char **argv)
metadata_low_callback,
pool);
if (r)
- goto out_f
ree_pt
;
+ goto out_f
lags_changed
;
pt->callbacks.congested_fn = pool_is_congested;
dm_table_add_target_callbacks(ti->table, &pt->callbacks);