mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-13 00:58:47 +03:00
fix
This commit is contained in:
parent
75073e4aa6
commit
f3cafcf983
@ -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…
x
Reference in New Issue
Block a user