]> git.neil.brown.name Git - history.git/commit
[PATCH] misc
authorAndrew Morton <akpm@digeo.com>
Fri, 22 Nov 2002 03:30:10 +0000 (19:30 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Fri, 22 Nov 2002 03:30:10 +0000 (19:30 -0800)
commita838ea3bd7bbec0bc05ca529bf6958a1a53e885e
tree873d8e97df1d2ac751082c882025d6b3aef18b6c
parentdcffe12eacd46017d834cab1be62de65348b091e
[PATCH] misc

- 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.
fs/inode.c
mm/page_io.c