Commits

Denys Vlasenko committed 2c769c69b26
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>