[PATCHLET] for typo in reiserfs in 2.4.21-rc2

From: Luc de Louw (luc@delouw.ch)
Date: Sat May 10 2003 - 05:44:00 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:33 EST