Re: 2.6.11-rc3-mm1 : can't insmod dm-mod

2005-02-05 Thread Al Viro
On Sat, Feb 05, 2005 at 04:29:45PM +, Christoph Hellwig wrote: > On Sat, Feb 05, 2005 at 03:26:05AM -0800, Andrew Morton wrote: > > You've enabled CONFIG_BASE_SMALL and so the major_names[] hashtable has > > just one element. device-mapper uses dynamic major allocation, the range > > of which

Re: 2.6.11-rc3-mm1 : can't insmod dm-mod

2005-02-05 Thread Christoph Hellwig
On Sat, Feb 05, 2005 at 03:26:05AM -0800, Andrew Morton wrote: > You've enabled CONFIG_BASE_SMALL and so the major_names[] hashtable has > just one element. device-mapper uses dynamic major allocation, the range > of which is limited to the size of the top-level major_names[] array. You > ran out

Re: 2.6.11-rc3-mm1 : can't insmod dm-mod

2005-02-05 Thread Laurent Riffard
Le 05.02.2005 12:26, Andrew Morton a écrit : Laurent Riffard <[EMAIL PROTECTED]> wrote: Le 04.02.2005 19:33, Andrew Morton a écrit : > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc3/2.6.11-rc3-mm1/ > loading dm-mod module fails with this message : FATAL: Error inserting d

Re: 2.6.11-rc3-mm1 : can't insmod dm-mod

2005-02-05 Thread Andrew Morton
Laurent Riffard <[EMAIL PROTECTED]> wrote: > > Le 04.02.2005 19:33, Andrew Morton a écrit : > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc3/2.6.11-rc3-mm1/ > > > > loading dm-mod module fails with this message : > > FATAL: Error inserting dm-mod > (/lib/module

2.6.11-rc3-mm1 : can't insmod dm-mod

2005-02-05 Thread Laurent Riffard
Le 04.02.2005 19:33, Andrew Morton a écrit : ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc3/2.6.11-rc3-mm1/ loading dm-mod module fails with this message : FATAL: Error inserting dm-mod (/lib/modules/2.6.11-rc3-mm1/kernel/drivers/md/dm-mod.ko): Device or resource busy The