1. 24 3月, 2006 10 次提交
  2. 23 3月, 2006 26 次提交
  3. 22 3月, 2006 3 次提交
  4. 21 3月, 2006 1 次提交
    • G
      [PATCH] fix module sysfs files reference counting · 03e88ae1
      Greg Kroah-Hartman 提交于
      The module files, refcnt, version, and srcversion did not properly
      increment the owner's module reference count, allowing the modules to
      be removed while the files were open, causing oopses.
      
      This patch fixes this, and also fixes the problem that the version and
      srcversion files were not showing up, unless CONFIG_MODULE_UNLOAD was
      enabled, which is not correct.
      
      Cc: Nathan Lynch <ntl@pobox.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      03e88ae1