Re: [PATCH] Small kernel-hacking.tmpl update

2001-02-08 Thread Ingo Oeser
On Thu, Feb 08, 2001 at 01:50:00PM +, John Levon wrote: > + > + For more complicated module unload locking requirements, you can set the > + can_unload function pointer to your own routine, > + which should return 0 if the module is > + unloadable, or -EBUSY otherwise. s/is unloadab

[PATCH] Small kernel-hacking.tmpl update

2001-02-08 Thread John Levon
I hope this is OK, comments more than welcome --- Documentation/DocBook/kernel-hacking.tmpl.old Tue Feb 6 20:06:15 2001 +++ Documentation/DocBook/kernel-hacking.tmpl Tue Feb 6 21:14:42 2001 @@ -336,6 +336,11 @@ + If all your routine does is read or write some parameter, co