1. 11 11月, 2008 9 次提交
  2. 03 11月, 2008 1 次提交
  3. 02 11月, 2008 1 次提交
    • A
      saner FASYNC handling on file close · 233e70f4
      Al Viro 提交于
      As it is, all instances of ->release() for files that have ->fasync()
      need to remember to evict file from fasync lists; forgetting that
      creates a hole and we actually have a bunch that *does* forget.
      
      So let's keep our lives simple - let __fput() check FASYNC in
      file->f_flags and call ->fasync() there if it's been set.  And lose that
      crap in ->release() instances - leaving it there is still valid, but we
      don't have to bother anymore.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      233e70f4
  4. 31 10月, 2008 1 次提交
  5. 28 10月, 2008 2 次提交
  6. 23 10月, 2008 12 次提交
  7. 21 10月, 2008 4 次提交
  8. 18 10月, 2008 10 次提交