1. 14 Jan, 2009 1 commit
    • Nick Piggin's avatar
      mm: fix assertion · 18e6959c
      Nick Piggin authored
      This assertion is incorrect for lockless pagecache.  By definition if we
      have an unpinned page that we are trying to take a speculative reference
      to, it may become the tail of a compound page at any time (if it is
      freed, then reallocated as a compound page).
      
      It was still a valid assertion for the vmscan.c LRU isolation case, but
      it doesn't seem incredibly helpful...  if somebody wants it, they can
      put it back directly where it applies in the vmscan code.
      Signed-off-by: default avatarNick Piggin <npiggin@suse.de>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      18e6959c
  2. 13 Jan, 2009 34 commits
  3. 12 Jan, 2009 5 commits