]> git.karo-electronics.de Git - karo-tx-linux.git/commit
export blk_recount_segments
authorNeil Brown <neilb@suse.de>
Fri, 9 Mar 2007 18:50:27 +0000 (10:50 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:27 +0000 (10:50 -0800)
commitd50ff202a754e2c37979fefefc5df0f1bb898623
treeef76afa98397671fc257372f45a168c093c7f66f
parent9b1e918ac5dfc73493a2253731ab84a7f907c5be
export blk_recount_segments

On Monday February 12, marcm@liquid-nexus.net wrote:
> >
> > Thanks for the quick response Neil unfortunately the kernel doesn't build with
> > this patch due to a missing symbol:
> >
> > WARNING: "blk_recount_segments" [drivers/md/raid456.ko] undefined!
> >
> > Is that in another file that needs patching or within raid5.c?

Yes.  I keep forgetting about that bit. Sorry.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
block/ll_rw_blk.c