Signed-off-by: Wido den Hollander <wido@xxxxxxxxx> --- src/os/FileJournal.cc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/os/FileJournal.cc b/src/os/FileJournal.cc index ee661d6..ddc423b 100644 --- a/src/os/FileJournal.cc +++ b/src/os/FileJournal.cc @@ -238,7 +238,7 @@ void FileJournal::_check_disk_write_cache() const dout(10) << "_check_disk_write_cache: failed to get kernel version." << dendl; } - else if (a >= 2 && b >= 6 && c >= 33) { + else if (a >= 2 && b >= 6 && c >= 33 || a >= 3) { dout(20) << "_check_disk_write_cache: disk write cache is on, but your " << "kernel is new enough to handle it correctly. (fn:" << fn << ")" << dendl; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html