On Fri, 2011-03-04 at 14:10 -0800, Tim Nufire wrote:
> >From the changelog it does not look like it... I have been running
> patches for all the changes in the changelog and I still have the
> logredo problem on volumes > 16TB. Several of the other problems that
> I've had *are* fixed here so this release is very welcome news! :-)
> 
> Dave, any chance the logredo problem will be fixed? It's easy to
> reproduce but I'm assuming it's much harder to fix. Congratulations on
> your new gig!

Turned out to be pretty simple once I took the time to track it down.
This patch fixes the problem for me.  Can you try this fix and let me
know if anything else down the line fails?

Thanks,
Shaggy

Index: libfs/log_map.c
===================================================================
RCS file: /cvsroot/jfs/jfsutils/libfs/log_map.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- libfs/log_map.c     24 Mar 2008 19:36:57 -0000      1.19
+++ libfs/log_map.c     7 Mar 2011 22:21:57 -0000       1.20
@@ -340,7 +340,8 @@ int bMapInit(int vol,               /* index in vopen
        caddr_t p0 = NULL;
        xtpage_t *xp;
        int i, j, k, w, pgidx;
-       int32_t nbytes, npages, this_page;
+       int64_t nbytes;
+       int32_t npages, this_page;
        uint32_t *pmap, mask;
        pxd_t pxd;
        int64_t xaddr;



------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Jfs-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jfs-discussion

Reply via email to