summaryrefslogtreecommitdiff
path: root/drivers/cdrom
diff options
context:
space:
mode:
authorJohn Pittman <jpittman@redhat.com>2018-08-27 14:33:05 -0400
committerJens Axboe <axboe@kernel.dk>2018-08-27 19:17:02 -0600
commitdb193954ed9e35701b6e489fa4cc97b08589341b (patch)
tree5ebcc8fb74104392763ba3a03eae0196f19ea6cd /drivers/cdrom
parent62d2a1940709198a522a43ff8be8b8f6b3654dec (diff)
block: bsg: move atomic_t ref_count variable to refcount API
Currently, variable ref_count within the bsg_device struct is of type atomic_t. For variables being used as reference counters, the refcount API should be used instead of atomic. The newer refcount API works to prevent counter overflows and use-after-free bugs. So, move this varable from the atomic API to refcount, potentially avoiding the issues mentioned. Signed-off-by: John Pittman <jpittman@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/cdrom')
0 files changed, 0 insertions, 0 deletions