[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bdflush



hello,

i'm wondering why bdflush is really needed anymore ...

i've read somewhere, bdflush was invented in times, when linux didn't
have
kernel-threads. bdflush does an syscall which never returns ...
hmm... nice way to have a process in kernel space.

but now linux _has_ kernel threads. isn't it better to start an kernel
thread ?
i know, that bdflush configures something ... this could be done by an
kernel module.

aah.. (OT) question about kernmods. can an kernel module set it's status
to 
autounload, even if it was loaded manually ?
(this would be good for configuration modules: if there's something to
configure 
in the kernel, load an module with some params, which does this config
and 
unloads itself when done - no need for huge config interfaces like
sysctl() ...)

bye,
enrico
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.nl.linux.org/Linux-MM/