• Andrew Morton's avatar
    [PATCH] misc · a838ea3b
    Andrew Morton authored
    - I hit a BUG in end_swap_bio_read() under heavy load.  The page
      wasn't locked.  No idea how this can happen :(
    
      Add a BUG at submission time to catch a caller reading into an
      unlocked swapcache page.
    
    - Remove a debug check from destroy_inode() - it was in the wrong leg
      of the `if' statement anyway.
    a838ea3b
inode.c 32.6 KB