cvs commit: src/sys/kern kern_linker.c

Simon Schubert corecode at crater.dragonflybsd.org
Mon Jan 9 16:41:55 PST 2006


corecode    2006/01/09 16:33:12 PST

DragonFly src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  Fix a refcount bug which would appear when you kldunloaded a busy module,
  preventing it to be unloaded later when it wasn't busy anymore, stating
  "linkerunload: attempt to unload file that was loaded by the kernel".
  
  Revision  Changes    Path
  1.23      +1 -0      src/sys/kern/kern_linker.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_linker.c.diff?r1=1.22&r2=1.23&f=u





More information about the Commits mailing list