makedevs: make special node creation idempotent
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 27 Nov 2016 22:27:54 +0000 (23:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 27 Nov 2016 22:27:54 +0000 (23:27 +0100)
commit2c769c69b269f43d8c9ecf4a7f5ce5cce290750a
tree1d68a329e6419f721ee5dda0cabeafc16c79834b
parentbff71d3b9d4244abc5182c38d0a98f4913188391
makedevs: make special node creation idempotent

When makedevs is called for a second time with the same device file,
it fails because the files already exist and mknod() gives -EEXIST.

Ignore EEXIST errors.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/makedevs.c