commit | 74e725b7f2e5f3f073abe84c5823026a6f1e33ce | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 31 19:00:53 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 31 19:00:53 2009 +0200 |
tree | 893f9909a2917313c6c8e0287635f30df9bfaa17 | |
parent | 15f7176eb1cccec0a332541285ee752b935c1c85 [diff] |
barrier: Don't return -EOPNOTSUPP to the caller if the device does not support barriers The caller cannot really do much about the situation anyway. Instead log a warning if this is the first such failed barrier we see, so that the admin can look into whether this poses a data integrity problem or not. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>