public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.5.5-pre1 and rd.c
@ 2002-02-14  1:53 Frank Jacobberger
  2002-02-14  2:26 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Frank Jacobberger @ 2002-02-14  1:53 UTC (permalink / raw)
  To: linux-kernel

Trying a make bzImage netted this nice little problem:
------------------------------------------------------------------------------------------------------------------------------
gcc -D__KERNEL__ -I/usr/src/linux-2.5.4/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common 
-pipe
-mpreferred-stack-boundary=2 -march=i686   -DKBUILD_BASENAME=rd  -c -o 
rd.o rd.c
rd.c: In function `rd_make_request':
rd.c:271: too many arguments to function
make[3]: *** [rd.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.5.4/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.4/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.4/drivers'
make: *** [_dir_drivers] Error 2

Any ideas?

Thanks,

Frank


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.5-pre1 and rd.c
  2002-02-14  1:53 2.5.5-pre1 and rd.c Frank Jacobberger
@ 2002-02-14  2:26 ` Jeff Garzik
  2002-02-14  7:35   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2002-02-14  2:26 UTC (permalink / raw)
  To: Frank Jacobberger; +Cc: linux-kernel, axboe

Frank Jacobberger wrote:
> 
> Trying a make bzImage netted this nice little problem:
> ------------------------------------------------------------------------------------------------------------------------------
> gcc -D__KERNEL__ -I/usr/src/linux-2.5.4/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> -pipe
> -mpreferred-stack-boundary=2 -march=i686   -DKBUILD_BASENAME=rd  -c -o
> rd.o rd.c
> rd.c: In function `rd_make_request':
> rd.c:271: too many arguments to function

I would have sworn I merged that with axboe.

Delete the second argument to the function, that should fix it.

-- 
Jeff Garzik      | "I went through my candy like hot oatmeal
Building 1024    |  through an internally-buttered weasel."
MandrakeSoft     |             - goats.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.5.5-pre1 and rd.c
  2002-02-14  2:26 ` Jeff Garzik
@ 2002-02-14  7:35   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2002-02-14  7:35 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Frank Jacobberger, linux-kernel

On Wed, Feb 13 2002, Jeff Garzik wrote:
> Frank Jacobberger wrote:
> > 
> > Trying a make bzImage netted this nice little problem:
> > ------------------------------------------------------------------------------------------------------------------------------
> > gcc -D__KERNEL__ -I/usr/src/linux-2.5.4/include -Wall -Wstrict-prototypes
> > -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> > -pipe
> > -mpreferred-stack-boundary=2 -march=i686   -DKBUILD_BASENAME=rd  -c -o
> > rd.o rd.c
> > rd.c: In function `rd_make_request':
> > rd.c:271: too many arguments to function
> 
> I would have sworn I merged that with axboe.

You did, apparently Linus never did the pull on that one. I'll make sure
it gets pushed again :)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-02-14  7:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14  1:53 2.5.5-pre1 and rd.c Frank Jacobberger
2002-02-14  2:26 ` Jeff Garzik
2002-02-14  7:35   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox