diff options
author | Elena Reshetova <[email protected]> | 2017-03-03 10:55:12 +0200 |
---|---|---|
committer | David Sterba <[email protected]> | 2017-04-18 14:07:23 +0200 |
commit | 490b54d6fb75f6ffd0471ec58bb38a992e2b40cd (patch) | |
tree | a7f431ea6a0f4369ba43be8736090efd54d6998b /tools/perf/scripts/python | |
parent | 9b64f57ddf8673d29fafb3405d4aa1e93f5a4cd7 (diff) |
btrfs: convert extent_map.refs from atomic_t to refcount_t
refcount_t type and corresponding API should be
used instead of atomic_t when the variable is used as
a reference counter. This allows to avoid accidental
refcounter overflows that might lead to use-after-free
situations.
Signed-off-by: Elena Reshetova <[email protected]>
Signed-off-by: Hans Liljestrand <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
Signed-off-by: David Windsor <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions