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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]