linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHLET] for typo in reiserfs in 2.4.21-rc2
@ 2003-05-10 10:44 Luc de Louw
  2003-05-10 13:21 ` Luc de Louw
  0 siblings, 1 reply; 2+ messages in thread
From: Luc de Louw @ 2003-05-10 10:44 UTC (permalink / raw)
  To: linux-kernel

[-- 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);
 	}
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCHLET] for typo in reiserfs in 2.4.21-rc2
  2003-05-10 10:44 [PATCHLET] for typo in reiserfs in 2.4.21-rc2 Luc de Louw
@ 2003-05-10 13:21 ` Luc de Louw
  0 siblings, 0 replies; 2+ messages in thread
From: Luc de Louw @ 2003-05-10 13:21 UTC (permalink / raw)
  To: linux-kernel

Luc de Louw wrote:
> Hi,
> 
> I found a small typo in fs/reiserfs/do_balan.c which makes in unable to 
> compile the reiserfs module.

Please ignore the previous mail.

I obviousely had problems with my system, the IDE-driver included in the 
SuSE kernel corrupted parts of my filesystems.

After rebooting I was able to apply the patch again, and then the typo 
was gone...

Now I got a stable kernel :-)

Sorry for the confusion....

rgds

Luc


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-10 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10 10:44 [PATCHLET] for typo in reiserfs in 2.4.21-rc2 Luc de Louw
2003-05-10 13:21 ` Luc de Louw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).