lkml.org 
[lkml]   [2006]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.6.16: Oops - null ptr in blk_recount_segments?
Jan Engelhardt schrieb am Dienstag, dem 28. März 2006:

> >These diffs:
> >
> >2006-01-18
> >[XFS] Fix a race in xfs_submit_ioend() where we can ...
> >2006-01-11
> >[XFS] fix writeback control handling fix a reversed ...
> >[XFS] cluster rewrites We can cluster mapped pages ...
> >[...]
>
> I bet on the 3rd...

Just reverting #3[0] on 2.6.16 doesn't fix it either.

Peter, back on 2.6.14.2 for now.

0. one hunk didn't unapply cleanly, and the change was not obvious. I
opted for making the beginning of xfs_probe_cluster() look like:
| /* First sum forwards in this page */
| do {
| if (!buffer_uptodate(bh) || (mapped != buffer_mapped(bh)))
| return total;
| total += bh->b_size;
| } while ((bh = bh->b_this_page) != head);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-29 06:44    [W:0.080 / U:0.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site