lkml.org 
[lkml]   [2003]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCHLET] for typo in reiserfs in 2.4.21-rc2
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
--- 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);
}
\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.038 / U:0.728 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site