Kernel-2.3.46 errors

Roy Sigurd Karlsbakk (roy.karlsbakk@a-team.no)
Thu, 17 Feb 2000 14:38:24 +0100


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BF794C.4363CA70
Content-Type: text/plain;
charset="iso-8859-1"

Kernel patch 2.3.46 is broken.
The file drivers/block/ll_rw_blk.c says
q->back_merges_fn = ll_back_merge_fn;
instead of
q->back_merge_fn = ll_back_merge_fn;

Roy

------_=_NextPart_001_01BF794C.4363CA70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
Kernel-2.3.46 errors

Kernel patch 2.3.46 is broken.
The file drivers/block/ll_rw_blk.c = says
        q->back_merges_fn      &= nbsp; =3D ll_back_merge_fn;
instead of
        q->back_merge_fn      &n= bsp; =3D ll_back_merge_fn;

Roy

------_=_NextPart_001_01BF794C.4363CA70--

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