On Tue 07-03-17 13:24:55, Dan Carpenter wrote: > Also: > > arch/powerpc/sysdev/axonram.c:277 axon_ram_probe() > error: we previously assumed 'bank->disk->queue' could be null (see line 231) So this is real however the error path of axon_ram_probe() looks hosed. You are not supposed to call del_gendisk() if you did not call device_add_disk() before and axon_ram_probe() leaks the gendisk structure because it forgets to call put_disk(). I'll look into fixing this. Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html