X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2Fvolume_id.c;h=0b43bc8efb84ffd6afd263abce483b840c538ded;hp=f18baec6eea9172b9c3d662fd40d45c33d6ed3f1;hb=1b1ba9336508dd1a06bb81bbf89b049e9e38f126;hpb=33eae955e24feb2e473b905d64de17ad641e57e0 diff --git a/extras/volume_id/volume_id.c b/extras/volume_id/volume_id.c index f18baec6e..0b43bc8ef 100644 --- a/extras/volume_id/volume_id.c +++ b/extras/volume_id/volume_id.c @@ -2128,7 +2128,7 @@ struct volume_id *volume_id_open_node(const char *path) struct volume_id *id; int fd; - fd = open(path, O_RDONLY | O_NONBLOCK); + fd = open(path, O_RDONLY); if (fd < 0) { dbg("unable to open '%s'", path); return NULL;