1. 26 9月, 2011 1 次提交
    • T
      TOMOYO: Simplify garbage collector. · f9732ea1
      Tetsuo Handa 提交于
      When TOMOYO started using garbage collector at commit 847b173e "TOMOYO: Add
      garbage collector.", we waited for close() before kfree(). Thus, elements to be
      kfree()d were queued up using tomoyo_gc_list list.
      
      But it turned out that tomoyo_element_linked_by_gc() tends to choke garbage
      collector when certain pattern of entries are queued.
      
      Since garbage collector is no longer waiting for close() since commit 2e503bbb
      "TOMOYO: Fix lockdep warning.", we can remove tomoyo_gc_list list and
      tomoyo_element_linked_by_gc() by doing sequential processing.
      Signed-off-by: NTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
      Signed-off-by: NJames Morris <jmorris@namei.org>
      f9732ea1
  2. 14 7月, 2011 1 次提交
  3. 29 6月, 2011 7 次提交
  4. 31 3月, 2011 1 次提交
  5. 02 8月, 2010 8 次提交