All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: "Юрий Заикин" <yzaikin@gmail.com>
Cc: dimas000@ya.ru, 'Reiserfs mailing list' <reiserfs-devel@vger.kernel.org>
Subject: Re: Reiser4 for Linux-2.6.36
Date: Mon, 22 Nov 2010 04:54:15 +0100	[thread overview]
Message-ID: <4CE9E967.4020605@gmail.com> (raw)
In-Reply-To: <4CE9D9D3.2010901@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Edward Shishkin wrote:
> Юрий Заикин wrote:
>   
>> The bug with building OpenOffice is still there though now it doesn't produce a kernel panic. The build script just randomly fails with IO exceptions.
>>     
>
> Is compression enabled (did you format
> the partition with "create=ccreg40" option)?
>
> Thanks for the report.

Ah, I see..
Could you please apply the attached patch?
Does it fix your problem?

Thanks,
Edward.



[-- Attachment #2: reiser4-fix-write_begin.patch --]
[-- Type: text/x-patch, Size: 594 bytes --]

diff -urN linux-2.6.36.orig/fs/reiser4/plugin/file/cryptcompress.c linux-2.6.36/fs/reiser4/plugin/file/cryptcompress.c
--- linux-2.6.36.orig/fs/reiser4/plugin/file/cryptcompress.c	2010-11-22 04:34:19.000000000 +0100
+++ linux-2.6.36/fs/reiser4/plugin/file/cryptcompress.c	2010-11-22 04:39:34.000000000 +0100
@@ -3785,10 +3785,6 @@
 		ClearPageUptodate(page);
 		goto err0;
 	}
-	if (len != PAGE_CACHE_SIZE && !PageUptodate(page)) {
-		ret = RETERR(-EIO);
-		goto err0;
-	}
 	/* Success. All resources (including checkin_mutex)
 	   will be released in ->write_end() */
 	*fsdata = (void *)buf;

  reply	other threads:[~2010-11-22  3:54 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-21  1:31 Reiser4 for Linux-2.6.36 Edward Shishkin
2010-11-21 11:17 ` Matt
2010-11-21 15:39 ` dimas
     [not found] ` <4CE93CEB.8050504@ya.ru>
2010-11-21 18:08   ` Edward Shishkin
2010-11-21 20:58     ` Юрий Заикин
2010-11-22  2:47       ` Edward Shishkin
2010-11-22  3:54         ` Edward Shishkin [this message]
2010-12-05 18:33           ` Юрий Заикин
2010-11-30 10:09 ` Simon
2010-11-30 11:38   ` Edward Shishkin
2010-11-30 16:00     ` Simon
2011-01-10 15:01       ` Simon
2011-01-10 15:28         ` Edward Shishkin
2011-01-10 17:14           ` Simon
2010-12-19  9:43 ` Serkan Kaba
2010-12-19 16:05   ` Edward Shishkin
2010-12-19 16:15     ` Serkan Kaba
2010-12-20 17:47       ` Serkan Kaba
2010-12-20 18:07         ` Edward Shishkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CE9E967.4020605@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=dimas000@ya.ru \
    --cc=reiserfs-devel@vger.kernel.org \
    --cc=yzaikin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.