mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
fix
This commit is contained in:
parent
e81af2f3fe
commit
1d4e9f245b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user