From: Oleg Drokin <green@namesys.com>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
lkml <linux-kernel@vger.kernel.org>, Chris Mason <mason@suse.com>
Subject: Re: PATCH: use the right function in reiserfs (resend #3)
Date: Mon, 14 Jul 2003 17:59:24 +0400 [thread overview]
Message-ID: <20030714135924.GA1120@namesys.com> (raw)
In-Reply-To: <Pine.LNX.4.55L.0307141042320.18257@freak.distro.conectiva>
Hello!
On Mon, Jul 14, 2003 at 10:44:13AM -0300, Marcelo Tosatti wrote:
> Do you reiserfs people have anything pending (so you could merge Alan
> patch) or can I apply ?
You can apply this one.
We (namesys) do not have anything pending for 2.4.22
> On Mon, 14 Jul 2003, Alan Cox wrote:
> > #ra1
> > diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.22-pre5/fs/reiserfs/prints.c linux.22-pre5-ac1/fs/reiserfs/prints.c
> > --- linux.22-pre5/fs/reiserfs/prints.c 2003-07-14 12:27:42.000000000 +0100
> > +++ linux.22-pre5-ac1/fs/reiserfs/prints.c 2003-07-06 14:06:59.000000000 +0100
> > @@ -159,7 +159,7 @@
> >
> > *skip = 0;
> >
> > - while ((k = strstr (k, "%")) != NULL)
> > + while ((k = strchr (k, '%')) != NULL)
> > {
> > if (k[1] == 'k' || k[1] == 'K' || k[1] == 'h' || k[1] == 't' ||
> > k[1] == 'z' || k[1] == 'b' || k[1] == 'y' || k[1] == 'a' ) {
> >
Bye,
Oleg
prev parent reply other threads:[~2003-07-14 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-14 12:30 Alan Cox
2003-07-14 13:44 ` Marcelo Tosatti
2003-07-14 13:59 ` Oleg Drokin [this message]
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=20030714135924.GA1120@namesys.com \
--to=green@namesys.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=mason@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®