chiark / gitweb /
kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointless
authorKay Sievers <kay@vrfy.org>
Sun, 4 Nov 2012 15:55:23 +0000 (16:55 +0100)
committerKay Sievers <kay@vrfy.org>
Sun, 4 Nov 2012 16:00:57 +0000 (17:00 +0100)
commit3dfb265083347cb5700dc38f7cc0f479f378e6e9
tree98462b8c58c945687ab551e04e0effbc4d9192e0
parent1022373284b7562431fb0a6dba45db8af089a0e3
kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointless

The mount() system call, which we issue before loading modules, will trigger
a modprobe by the kernel and block until it returns. Trying to load it again
later, will have exactly the same result as the first time.
src/core/kmod-setup.c