mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Fix minimum readahead debug message.
This commit is contained in:
parent
3410687443
commit
de4ddace2e
@ -1,5 +1,6 @@
|
|||||||
Version 1.02.24 -
|
Version 1.02.24 -
|
||||||
===================================
|
===================================
|
||||||
|
Fix minimum readahead debug message.
|
||||||
|
|
||||||
Version 1.02.23 - 5th December 2007
|
Version 1.02.23 - 5th December 2007
|
||||||
===================================
|
===================================
|
||||||
|
@ -438,8 +438,8 @@ static int _set_dev_node_read_ahead(const char *dev_name, uint32_t read_ahead,
|
|||||||
return_0;
|
return_0;
|
||||||
|
|
||||||
if (current_read_ahead > read_ahead) {
|
if (current_read_ahead > read_ahead) {
|
||||||
log_debug("%s: read ahead %" PRIu32
|
log_debug("%s: retaining kernel read ahead of %" PRIu32
|
||||||
" below minimum of %" PRIu32,
|
" (requested %" PRIu32 ")",
|
||||||
dev_name, current_read_ahead, read_ahead);
|
dev_name, current_read_ahead, read_ahead);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user