> > > Subject : BUG: at mm/truncate.c:60 cancel_dirty_page() (XFS)
> > > References :
http://lkml.org/lkml/2007/1/5/308
> > > Submitter : Sami Farin <7atbggg02@sneakemail.com>
> > > Handled-By : David Chinner <dgc@sgi.com>
> > > Status : problem is being discussed
> >
> > I'm at LCA and been having laptop dramas so the fix is being held up at this
> > point. I and trying to test a change right now that adds an optional unmap
> > to truncate_inode_pages_range as XFS needs, in some circumstances, to toss
> > out dirty pages (with dirty bufferheads) and hence requires truncate semantics
> > that are currently missing unmap calls.
> >
> > Semi-untested patch attached below.
>
> The patch has run XFSQA for about 24 hours now on my test rig without
> triggering any problems.