summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-03-08 14:56:05 +0100
committerJens Axboe <axboe@fb.com>2017-03-08 10:55:40 -0700
commit672a2c87c83649fb0167202342ce85af9a3b4f1c (patch)
treeb871c356005788f0738f963e0aacc154c9d88bee /include
parent79bd99596b7305ab08109a8bf44a6a4511dbf1cd (diff)
downloadlinux-672a2c87c83649fb0167202342ce85af9a3b4f1c.tar.bz2
axonram: Fix gendisk handling
It is invalid to call del_gendisk() when disk->queue is NULL. Fix error handling in axon_ram_probe() to avoid doing that. Also del_gendisk() does not drop a reference to gendisk allocated by alloc_disk(). That has to be done by put_disk(). Add that call where needed. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions