mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
drbd: Lower log priority for an event that is definitely not an error
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
parent
0b7877d4ee
commit
ebd2b0cde5
@ -957,7 +957,7 @@ static void drbd_flush(struct drbd_conf *mdev)
|
|||||||
rv = blkdev_issue_flush(mdev->ldev->backing_bdev, GFP_KERNEL,
|
rv = blkdev_issue_flush(mdev->ldev->backing_bdev, GFP_KERNEL,
|
||||||
NULL);
|
NULL);
|
||||||
if (rv) {
|
if (rv) {
|
||||||
dev_err(DEV, "local disk flush failed with status %d\n", rv);
|
dev_info(DEV, "local disk flush failed with status %d\n", rv);
|
||||||
/* would rather check on EOPNOTSUPP, but that is not reliable.
|
/* would rather check on EOPNOTSUPP, but that is not reliable.
|
||||||
* don't try again for ANY return value != 0
|
* don't try again for ANY return value != 0
|
||||||
* if (rv == -EOPNOTSUPP) */
|
* if (rv == -EOPNOTSUPP) */
|
||||||
|
Loading…
Reference in New Issue
Block a user