* compile errors in 2.6.8.1 in drivers/md/*
@ 2004-08-27 9:36 Sebastian Henschel
2004-08-27 11:39 ` Kevin Corry
0 siblings, 1 reply; 3+ messages in thread
From: Sebastian Henschel @ 2004-08-27 9:36 UTC (permalink / raw)
To: linux-raid
[-- Attachment #1: Type: text/plain, Size: 502 bytes --]
hello folks...
hopefully i am right here... i just compiled a kernel 2.6.8.1 and two
similar errors occurred:
drivers/md/dm-raid.c:1241 - the workqueue creation misses an argument. i
have set the flag to 0.
drivers/md/kcopyd.c:612 - the singlethread workqueue creation misses an
argument. i have set the flag to 0.
the kernel compiles now, but i do not if it really is a fix. since the
machine this kernel was compiled on, does not make use of a software
raid, i cannot test it.
cheers,
sebastian
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compile errors in 2.6.8.1 in drivers/md/*
2004-08-27 9:36 compile errors in 2.6.8.1 in drivers/md/* Sebastian Henschel
@ 2004-08-27 11:39 ` Kevin Corry
2004-08-27 12:59 ` Sebastian Henschel
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Corry @ 2004-08-27 11:39 UTC (permalink / raw)
To: Sebastian Henschel, linux-raid; +Cc: dm-devel
On Friday 27 August 2004 04:36, Sebastian Henschel wrote:
> hello folks...
>
> hopefully i am right here... i just compiled a kernel 2.6.8.1 and two
> similar errors occurred:
>
> drivers/md/dm-raid.c:1241 - the workqueue creation misses an argument. i
> have set the flag to 0.
> drivers/md/kcopyd.c:612 - the singlethread workqueue creation misses an
> argument. i have set the flag to 0.
>
> the kernel compiles now, but i do not if it really is a fix. since the
> machine this kernel was compiled on, does not make use of a software
> raid, i cannot test it.
Are you building a stock 2.6.8.1 kernel? Could it be -mm or one of the other
common extra patchsets? I don't see any compile warnings or errors anywhere
in the drivers/md/ directory when I build my kernel, which is mostly a stock
2.6.8.1 with a few extra DM patches.
--
Kevin Corry
kevcorry@us.ibm.com
http://evms.sourceforge.net
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: compile errors in 2.6.8.1 in drivers/md/*
2004-08-27 11:39 ` Kevin Corry
@ 2004-08-27 12:59 ` Sebastian Henschel
0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Henschel @ 2004-08-27 12:59 UTC (permalink / raw)
To: Kevin Corry; +Cc: linux-raid, dm-devel
[-- Attachment #1: Type: text/plain, Size: 1453 bytes --]
hello kevin...
* Kevin Corry <kevcorry@us.ibm.com> [2004-08-27 14:51 +0200]:
> On Friday 27 August 2004 04:36, Sebastian Henschel wrote:
> >
> > hopefully i am right here... i just compiled a kernel 2.6.8.1 and two
> > similar errors occurred:
> >
> > drivers/md/dm-raid.c:1241 - the workqueue creation misses an argument. i
> > have set the flag to 0.
> > drivers/md/kcopyd.c:612 - the singlethread workqueue creation misses an
> > argument. i have set the flag to 0.
> >
> > the kernel compiles now, but i do not if it really is a fix. since the
> > machine this kernel was compiled on, does not make use of a software
> > raid, i cannot test it.
>
> Are you building a stock 2.6.8.1 kernel? Could it be -mm or one of the other
> common extra patchsets? I don't see any compile warnings or errors anywhere
> in the drivers/md/ directory when I build my kernel, which is mostly a stock
> 2.6.8.1 with a few extra DM patches.
oops... you hit me here. when i read your post, a memory was crawling back
into my mind. i already had this workqueue issue some months ago at
another place. it happens due to SWSUSP2 modifying
include/linux/workqueue.h so that the creation functions get one more
argument. so SWSUSP2 should patch the two aforementioned files and not
the linux-raid team.
sorry for the fuzz,
sebastian
--
::: .O.
::: ..O
::: OOO
::: lynx -source http://www.kodeaffe.de/shensche.pub | gpg --import
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-27 12:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 9:36 compile errors in 2.6.8.1 in drivers/md/* Sebastian Henschel
2004-08-27 11:39 ` Kevin Corry
2004-08-27 12:59 ` Sebastian Henschel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).