Home
last modified time | relevance | path

Searched hist:c1c534609fe8a859f9c8108a5591e6e8a97e34d1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Ddirect-io.cdiff c1c534609fe8a859f9c8108a5591e6e8a97e34d1 Tue Nov 10 11:14:38 CST 2015 Jens Axboe <axboe@fb.com> direct-io: be sure to assign dio->bio_bdev for both paths

btrfs sets ->submit_io(), and we failed to set the block dev for
that path. That resulted in a potential NULL dereference when
we later wait for IO in dio_await_one().

Reported-by: kernel test robot <ying.huang@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>