aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLars Ellenberg <[email protected]>2017-05-11 10:21:46 +0200
committerJens Axboe <[email protected]>2017-05-11 10:04:30 -0600
commita00ebd1cf12c378a1d4f7a1d6daf1d76c1eaad82 (patch)
tree98edd7dd6a0d901d705fe94374c983eda5524798 /tools/perf/scripts/python
parented6565e734249ef021d5c13ba34c167eb4e42f62 (diff)
drbd: fix request leak introduced by locking/atomic, kref: Kill kref_sub()
When killing kref_sub(), the unconditional additional kref_get() was not properly paired with the necessary kref_put(), causing a leak of struct drbd_requests (~ 224 Bytes) per submitted bio, and breaking DRBD in general, as the destructor of those "drbd_requests" does more than just the mempoll_free(). Fixes: bdfafc4ffdd2 ("locking/atomic, kref: Kill kref_sub()") Signed-off-by: Lars Ellenberg <[email protected]> Cc: [email protected] # v4.11 Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions