Files
linux-legacy/fs/ocfs2
Joel Becker 03f981cf2e ocfs2: add some missing address space callbacks
Under load, OCFS2 would crash in invalidate_inode_pages2_range() because
invalidate_complete_page2() was unable to invalidate a page.  It would
appear that JBD is holding on to the page.  ext3 has a specific
->releasepage() handler to cover this case.

Steal ext3's ->releasepage(), ->invalidatepage(), and ->migratepage(), as
they appear completely appropriate for OCFS2.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
2007-03-14 14:37:16 -07:00
..
2006-12-08 08:28:48 -08:00
2006-12-01 18:28:51 -08:00
2007-01-21 16:19:12 -08:00
2006-12-07 08:39:25 -08:00
2007-01-21 16:19:12 -08:00
2006-12-07 08:39:25 -08:00
2006-09-20 15:48:39 -07:00
2006-12-07 17:37:53 -08:00
2006-09-20 15:48:39 -07:00
2006-12-07 17:37:53 -08:00
2007-02-17 19:23:03 +01:00
2006-12-07 17:37:53 -08:00
2006-03-24 14:58:24 -08:00
2006-12-07 08:39:25 -08:00
2006-09-24 13:50:43 -07:00