From: Luc de Louw <luc@delouw.ch>
To: linux-kernel@vger.kernel.org
Subject: [PATCHLET] for typo in reiserfs in 2.4.21-rc2
Date: Sat, 10 May 2003 12:44:00 +0200 [thread overview]
Message-ID: <3EBCD7F0.3040700@delouw.ch> (raw)
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
Hi,
I found a small typo in fs/reiserfs/do_balan.c which makes in unable to
compile the reiserfs module.
Patchlet attached.
rgds
Luc
[-- Attachment #2: do_balan.c.diff --]
[-- Type: text/plain, Size: 571 bytes --]
--- linux-2.4.21-rc2/fs/reiserfs/do_balan.c 2003-05-10 12:38:59.000000000 +0200
+++ linux-2.4.21-rc2-luc/fs/reiserfs/do_balan.c 2003-05-10 12:30:04.000000000 +0200
@@ -801,7 +801,7 @@
if (tb->CFL[0]) {
if (!tb->CFR[0])
reiserfs_panic (tb->tb_sb, "vs-12195: balance_leaf: CFR not initialized");
- copy_key (B_N_PDELIM_KEY (tb->CFL[0], tb->lkey[0]), B_N_PDELIM_KEY (tb->CFR[0], tb-<rkey[0]));
+ copy_key (B_N_PDELIM_KEY (tb->CFL[0], tb->lkey[0]), B_N_PDELIM_KEY (tb->CFR[0], tb->rkey[0]));
do_balance_mark_internal_dirty (tb, tb->CFL[0], 0);
}
next reply other threads:[~2003-05-10 10:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-10 10:44 Luc de Louw [this message]
2003-05-10 13:21 ` [PATCHLET] for typo in reiserfs in 2.4.21-rc2 Luc de Louw
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=3EBCD7F0.3040700@delouw.ch \
--to=luc@delouw.ch \
--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