1. 18 12月, 2008 1 次提交
  2. 10 11月, 2008 1 次提交
    • L
      Don't ask twice about not including staging drivers · 43e61711
      Linus Torvalds 提交于
      The "Exclude staging drivers" question is there so that we don't build
      staging drivers for allyesconfig or allnoconfig settings, but it's very
      irritating when you've already said "no" to staging drivers earlier.
      
      There is absolutely no point in declining twice - once you've declined
      the staging drivers, you're done.
      
      So make the second question depend on the first question having been
      answered in the affirmative.
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      43e61711
  3. 08 11月, 2008 2 次提交
  4. 05 11月, 2008 1 次提交
  5. 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
  6. 24 10月, 2008 2 次提交
  7. 23 10月, 2008 32 次提交