lkml.org 
[lkml]   [2008]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Regression- XFS won't mount on partitioned md array
Eric Sandeen wrote:
> Eric Sandeen wrote:
>
>> I'll see if I have a little time today to track down the problem.
>
>
> Does this patch fix it for you? Does for me though I can't yet explain
> why ;)
>
> http://www.linux.sgi.com/archives/xfs/2008-05/msg00190.html
>
> -Eric

So what's happening is that xfs is trying to read a page-sized IO from
the last sector of the log... which goes off the end of the device.
This looks like another regression introduced by
a9759f2de38a3443d5107bddde03b4f3f550060e, but fixed by Christoph's patch
in the URL above, which should be headed towards -stable.

(aside: it seems that this breaks any external log setup where the log
consists of the entire device... but I'd have expected the xfsqa suite
to catch this...?)

The patch avoids the problem by looking for some extra locking but it
seems to me that the root cause is that the buffer being read at this
point doesn't have it's b_offset, the offset in it's page, set. Might
be another little buglet but harmless it seems.

-Eric


\
 
 \ /
  Last update: 2008-05-18 07:27    [W:0.078 / U:1.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site