Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dsuper.cdiff e0faa3d7f79f7e1abb43de168e88c76061518ea4 Fri Jun 28 06:59:39 CDT 2019 Coly Li <colyli@suse.de> bcache: improve error message in bch_cached_dev_run()

This patch adds more error message in bch_cached_dev_run() to indicate
the exact reason why an error value is returned. Please notice when
printing out the "is running already" message, pr_info() is used here,
because in this case also -EBUSY is returned, the bcache device can
continue to attach to the cache devince and run, so it won't be an
error level message in kernel message.

Signed-off-by: Coly Li <colyli@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>