add space for buggy kernel warning
Summary: add the missing space Closes https://github.com/facebook/rocksdb/pull/2150 Differential Revision: D4880696 Pulled By: lightmark fbshipit-source-id: a4e0ad6a8ea45d6469d3f6c8514fdeb4cf10aaf5
This commit is contained in:
parent
415be221cb
commit
b6f6b73a9c
2
env/io_posix.cc
vendored
2
env/io_posix.cc
vendored
@ -777,7 +777,7 @@ Status PosixWritableFile::Close() {
|
|||||||
file_stats.st_blksize !=
|
file_stats.st_blksize !=
|
||||||
file_stats.st_blocks / (file_stats.st_blksize / 512)) {
|
file_stats.st_blocks / (file_stats.st_blksize / 512)) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"WARNING: Your kernel is buggy (<= 4.0.x) and does not free"
|
"WARNING: Your kernel may be buggy (<= 4.0.x) and does not free "
|
||||||
"preallocated blocks on truncate. Hacking around it, but you "
|
"preallocated blocks on truncate. Hacking around it, but you "
|
||||||
"should upgrade!\n");
|
"should upgrade!\n");
|
||||||
buggy = true;
|
buggy = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user