1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
This commit is contained in:
Alasdair Kergon 2007-11-30 16:44:42 +00:00
parent e81af2f3fe
commit 1d4e9f245b

View File

@ -381,7 +381,7 @@ int get_dev_node_read_ahead(const char *dev_name, uint32_t *read_ahead)
int fd;
if ((fd = _open_dev_node(dev_name)) < 0)
; // return_0;
return_0;
*read_ahead = 0;