1. 08 11月, 2008 1 次提交
    • G
      Staging: only build the tree if we really want to · 0c4b9545
      Greg Kroah-Hartman 提交于
      This Kconfig change allows the common 'make allmodconfig' and
      'make allyesconfig' build options to skip the staging tree, which is
      probably what you want to have happen anyway.
      
      This makes the linux-next developer's life a lot easier so he doesn't
      have to worry about changes that break the staging tree, that's for me
      to worry about...
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0c4b9545
  2. 05 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. 24 10月, 2008 2 次提交
  5. 23 10月, 2008 35 次提交