On Wednesday 12 April 2006 13:06, Alexander Zarochentsev wrote:
> Hello
>
> On Wednesday 12 April 2006 11:42, Roy Lanek wrote:
> > I have managed to save a copy of my
> > /var/log/socklog-klog/others/current
> > before the next complete freezing happened.
>
> Please use the latest reiser4 patch reiser4-for-2.6.16-2 from
> ftp.namesys.com.

and apply the following patch:

Index: linux-2.6.17-rc1-mm1/fs/reiser4/plugin/item/extent_file_ops.c
===================================================================
--- linux-2.6.17-rc1-mm1.orig/fs/reiser4/plugin/item/extent_file_ops.c
+++ linux-2.6.17-rc1-mm1/fs/reiser4/plugin/item/extent_file_ops.c
@@ -807,7 +807,7 @@ extent_balance_dirty_pages(struct inode 
                if (excl)
                        get_exclusive_access(uf_info);
                else
-                       get_nonexclusive_access(uf_info, 0);
+                       get_nonexclusive_access(uf_info, 1);
        }
        return 0;
 }
Index: linux-2.6.17-rc1-mm1/fs/reiser4/plugin/item/tail.c
===================================================================
--- linux-2.6.17-rc1-mm1.orig/fs/reiser4/plugin/item/tail.c
+++ linux-2.6.17-rc1-mm1/fs/reiser4/plugin/item/tail.c
@@ -510,7 +510,7 @@ tail_balance_dirty_pages(struct address_
                if (excl)
                        get_exclusive_access(uf_info);
                else
-                       get_nonexclusive_access(uf_info, 0);
+                       get_nonexclusive_access(uf_info, 1);
        }
        return 0;
 }


>
> > Here it is, included (just the part of the logs of
> > interest, i.e., from "--//--[ cut here ]--//--" on).
> >
> > I observe that polipo, a caching web proxy, is involved
> > (or mentioned, as a minimum) again ... like the last time.
> >
> > Cheers,
> >
> > /Roy Lanek
> >
> >
> > P.S. sorry for a previous mistake [email sending]
> >  --
> > ########################         bagai telur diujung tanduk
> > ##### . slackware ######       as an egg on the tip of a horn
> > ##### +-----linux ######  [very critical situation, as the egg will
> > ########################           soon tip-over and fall]

-- 
Alex.

Reply via email to