1. 04 Oct, 2003 2 commits
    • Daniel Drake's avatar
      [PATCH] (2.6.0-test6-bk) DocBook: Kernel-api build fix · 225c8c42
      Daniel Drake authored
      Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed.  The
      kernel-api DocBook docs still refer to this file, and because this file
      is gone, "make htmldocs" and similar fails.
      
      This just removes the reference and so fixes this docbook problem.
      225c8c42
    • Mikael Pettersson's avatar
      [PATCH] fix drivers/char/misc.c module autoloading breakage · 2cf36de1
      Mikael Pettersson authored
      drivers/char/misc.c was changed to use the common list macros instead of
      its own list code.  The first open does load the module and increment
      its use count, but a bug causes a failure to be reported anyway.  This
      causes an error return to user-space where there is none, and makes the
      module non-unloadable.
      
      Fixed like this.
      2cf36de1
  2. 03 Oct, 2003 38 commits