Re: loopbackdevice as a module with kerneld

Andries.Brouwer@cwi.nl
Thu, 29 Feb 1996 13:10:45 +0100


: I think the loopback device should have a usagecount of 1 when it is
: configured, so that it can safely be loaded by kerneld.

Well, yes, more or less. My current code has
MOD_INC_USE_COUNT in loop_set_fd and
MOD_DEC_USE_COUNT in loop_clr_fd.