The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Andreas Hartmann <andihartmann@freenet.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rmap 15j for 2.4.21-rc6
Date: Mon, 02 Jun 2003 18:55:48 +0200	[thread overview]
Message-ID: <bbfvik$24e$1@ID-44327.news.dfncis.de> (raw)
In-Reply-To: fa.h2i5rk8.1c3cq0m@ifi.uio.no

Michael Frank wrote:

> On Sunday 01 June 2003 19:00, Andreas Hartmann wrote:
>>
>> Well, I did the test with 2.4.21rc6 after patching your script (I got
>> syntax errors):
> 
> About your script changes, I like to make it portable, and I use the
> following versions:
> 
> GNU bash, version 2.05b.0(1)-release (i386-redhat-linux-gnu)

2.02.1(1)-release

> 
> dd (coreutils) 4.5.3

dd (fileutils) 4.1

> What shell and coreutils are you using?

They are obviously much older :-).

> Avoiding short counts is easy but avoiding C-style expressions is
> primitive
> 
> -     count=100K
> +     count=100000
> 
> -   while (( i-- )); do
> +   while (( i=`expr $i - 1` )); do
> 
> In your opinion are your changes more portable across a wide range of
> systems?

I didn't think at portability :-). I only made it working for me. Maybe
there are other persons out there who do have some old versions too - so
they can use this patch.

>> When I'm using the script as seen in the patch, I'm getting problems with
>> df (it's mostly very lazy, about 20s delay or more), the load is 4, doing
>> an ls on some other directories is extremly slow. Mouse and keyboard are
>> hanging some times.
>> The write speed shown in xosview was between 1 and 15MB/s. Often the HD
>> LED was on, but no data seemed to be put to the HD.
>>
> 
> It has a hard time to read anything else, the slower the disk, the worse.
> 
> Suppose rmap undoes the fixes introduced in -rc6.
> 
> Have you tried -rc6 plain?

Yes - I only tested this kernel.



Regards,
Andreas Hartmann

       reply	other threads:[~2003-06-02 16:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <fa.hnjaa1v.19gukhb@ifi.uio.no>
     [not found] ` <fa.h2i5rk8.1c3cq0m@ifi.uio.no>
2003-06-02 16:55   ` Andreas Hartmann [this message]
2003-06-02 19:37     ` [PATCH] rmap 15j for 2.4.21-rc6 Willy Tarreau
     [not found] <fa.hqlmaq3.1ck6lpl@ifi.uio.no>
     [not found] ` <fa.g746m1f.1u52e03@ifi.uio.no>
2003-06-03  3:16   ` Andreas Hartmann
     [not found] <fa.nvklblk.jl430u@ifi.uio.no>
     [not found] ` <fa.h329tc5.1djcrol@ifi.uio.no>
2003-06-01 11:00   ` Andreas Hartmann
2003-06-01 11:26     ` Michael Frank
2003-06-02 13:29       ` Rik van Riel
2003-06-01  4:57 ghugh Song
2003-06-01  6:39 ` Michael Frank
  -- strict thread matches above, loose matches on Subject: below --
2003-05-30 17:16 [PATCH] rmap 15j Rik van Riel
2003-05-31 14:48 ` [PATCH] rmap 15j for 2.4.21-rc6 Rik van Riel
2003-05-31 15:52   ` Michael Frank

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='bbfvik$24e$1@ID-44327.news.dfncis.de' \
    --to=andihartmann@freenet.de \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox