Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346079
b: refs/heads/master
c: a67b813
h: refs/heads/master
i:
  346077: 8fe2a14
  346075: 5ba56f7
  346071: 0e30867
  346063: b651c91
  346047: 3eb87e1
v: v3
  • Loading branch information
Philipp Reisner committed Nov 8, 2012
1 parent f5ff3f2 commit 6d7ad1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c75b9b10e7f09bbf9660dd20a675e0a8069bd529
refs/heads/master: a67b813cfa6f7d84bc3958558be9b87b5b3ea533
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_receiver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ static void drbd_flush(struct drbd_conf *mdev)
rv = blkdev_issue_flush(mdev->ldev->backing_bdev, GFP_KERNEL,
NULL);
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.
* don't try again for ANY return value != 0
* if (rv == -EOPNOTSUPP) */
Expand Down

0 comments on commit 6d7ad1b

Please sign in to comment.