All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Riffard <laurent.riffard@free.fr>
To: Alexander Zarochentsev <zam@namesys.com>
Cc: reiserfs-list@namesys.com
Subject: Re: reiser4 ; regressions in 2.6.14-rc1-mm1
Date: Sun, 25 Sep 2005 14:59:26 +0200	[thread overview]
Message-ID: <43369F2E.7060306@free.fr> (raw)
In-Reply-To: <200509242311.50652.zam@namesys.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Le 24.09.2005 21:11, Alexander Zarochentsev a écrit :
> On Tuesday 20 September 2005 22:58, Laurent Riffard wrote:
> 
>>Hello,
>>
>>In kernel 2.6.14-rc1-mm1, Reiser4 present 2 regressions with regard to
>>2.6.13-mm1 :
>>
>>A) Suspend-to-disk does not work because the process "[ent:hda8]" can't be
>>stopped.
>>
>>$ mount | grep hda8
>>/dev/hda8 on /home/laurent/kernel type reiser4 (rw,nosuid,nodev)
>>
>>Extract of the log  :
>>Restarting tasks...<6> Strange, ent:hda8. not stopped
> 
> 
> would you please try to change fs/reiser4/entd.c:
> ----------------------------------------------
> diff --git a/entd.c b/entd.c
> --- a/entd.c
> +++ b/entd.c
> @@ -173,7 +173,7 @@ static int entd(void *arg)
>  		{
>  			DEFINE_WAIT(__wait);
>  
> -			for (;;) {
> +			do {
>  				prepare_to_wait(&ent->wait, &__wait, TASK_INTERRUPTIBLE);
>  				if (kthread_should_stop()) {
>  					done = 1;
> @@ -182,7 +182,7 @@ static int entd(void *arg)
>  				if (ent->nr_all_requests != 0)
>  					break;
>  				schedule();
> -			}
> +			} while (0);
>  			finish_wait(&ent->wait, &__wait);
>  		}
>  	}
> ----------------------------------------------

No luck, 2.6.14-rc2-mm1 with the above patch still does not work. 

Extract from the log:
	Stopping tasks: ===============
	 stopping tasks failed (1 tasks remaining)
	Restarting tasks...<6> Strange, ent:hda8. not stopped
	 done

>>I have already mentioned this in another mail to this list, it was done
>>with a modified 2.6.14-rc1-mm1 kernel from Andrew Morton (without the input
>>subsystem changes) plus vm-swap_prefetch-8.patch. I can now confirm the
>>regression on a plain 2.6.14-rc1-mm1 without any additional patch.
>>
>>B) Can't mount a loop file on reiser4 :
>>
>>[root@antares ~]# mount /mnt/diske
>>[root@antares ~]# mount | grep diske
>>/dev/hdb8 on /mnt/diske type reiser4 (rw,noexec,nosuid,nodev)
>>[root@antares ~]# cd /mnt/diske/laurent/download/Mandriva-Linux-2006-0.5/
>>[root@antares Mandriva-Linux-2006-0.5]# mount -t iso9660 -oloop,ro
>>Mandriva-Linux-Free-2006-0.5-CD1.i586.iso /mnt/disk mount: wrong fs type,
>>bad option, bad superblock on /dev/loop0,
>>       missing codepage or other error
>>       In some cases useful info is found in syslog - try
>>       dmesg | tail  or so
>>
>>If I copy this file to a reiser filesystem, I can mount it without any
>>problem.

BTW, this one still occurs in 2.6.14-rc2-mm1.

~~ 
laurent



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDNp8tUqUFrirTu6IRAvA4AJ9vu6d1/Q03ZDjXHhHKOVayhZuOXwCdFsBj
Ps5yyF1VnJYTFB7HL4LkK8U=
=x6/A
-----END PGP SIGNATURE-----

  reply	other threads:[~2005-09-25 12:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-20 18:58 reiser4 ; regressions in 2.6.14-rc1-mm1 Laurent Riffard
2005-09-20 19:27 ` David Masover
2005-09-20 19:32   ` Łukasz Mierzwa
2005-09-21  2:10 ` Hans Reiser
2005-09-24 19:11 ` Alexander Zarochentsev
2005-09-25 12:59   ` Laurent Riffard [this message]
2005-09-30 10:08     ` Laurent Riffard

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=43369F2E.7060306@free.fr \
    --to=laurent.riffard@free.fr \
    --cc=reiserfs-list@namesys.com \
    --cc=zam@namesys.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.