>>>>> "ilya" == ilya <ilya@theIlya.com> writes: >> >> > +void vice_cleanup_module(void) >> > +{ >> > +#ifndef CONFIG_DEVFS_FS >> > + /* cleanup_module is never called if registering failed */ >> > + unregister_chrdev(vice_major, "vice"); >> > +#endif >> >> Umm, just because someone makes the mistake of enabling devfs he >> doesn't have to use it.. :) ilya> I'm not buying that one :) Read behind the joke: - you have devfs compiled in - you don't have devfs mounted Conclusion: there is a bug in your code :) Later, Juan. -- In theory, practice and theory are the same, but in practice they are different -- Larry McVoy