linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.9-pre2 breaks UFS as a module
@ 2001-08-13 21:49 Alessandro Suardi
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Suardi @ 2001-08-13 21:49 UTC (permalink / raw)
  To: linux-kernel

make[2]: Entering directory `/share/src/linux-2.4.9-pre2/fs/ufs'
gcc -D__KERNEL__ -I/share/src/linux-2.4.9-pre2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686
-DMODULE   -c -o file.o file.c
file.c:80: `generic_file_open' undeclared here (not in a function)
file.c:80: initializer element is not constant
file.c:80: (near initialization for `ufs_file_operations.open')
make[2]: *** [file.o] Error 1
make[2]: Leaving directory `/share/src/linux-2.4.9-pre2/fs/ufs'
make[1]: *** [_modsubdir_ufs] Error 2
make[1]: Leaving directory `/share/src/linux-2.4.9-pre2/fs'
make: *** [_mod_fs] Error 2

--alessandro

 "this is no time to get cute, it's a mad dog's promenade
  so walk tall, or baby don't walk at all"
                (Bruce Springsteen, 'New York City Serenade')

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

* Re: 2.4.9-pre2 breaks UFS as a module
  2001-08-13 22:07 ` Alan Cox
@ 2001-08-14 20:29   ` Alessandro Suardi
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Suardi @ 2001-08-14 20:29 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

Alan Cox wrote:
> 
> > make[2]: Entering directory `/share/src/linux-2.4.9-pre2/fs/ufs'
> > gcc -D__KERNEL__ -I/share/src/linux-2.4.9-pre2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686
> > -DMODULE   -c -o file.o file.c
> > file.c:80: `generic_file_open' undeclared here (not in a function)
> > file.c:80: initializer element is not constant
> > file.c:80: (near initialization for `ufs_file_operations.open')
> > make[2]: *** [file.o] Error 1
> > make[2]: Leaving directory `/share/src/linux-2.4.9-pre2/fs/ufs'
> > make[1]: *** [_modsubdir_ufs] Error 2
> > make[1]: Leaving directory `/share/src/linux-2.4.9-pre2/fs'
> > make: *** [_mod_fs] Error 2
> 
> I'll take a look at that, Im trying to merge VFS things with Linus and its
> non trivial to get all the bits in place and in the right order 8(

I can confirm it builds okay in -pre3, thanks ! I've used it only
 once as Digital Unix support folks provided a small patch on a
 floppy to a customer, then said customer noticed Windows could not
 recognize the contents - it was an UFS formatted floppy...

--alessandro

 "this is no time to get cute, it's a mad dog's promenade
  so walk tall, or baby don't walk at all"
                (Bruce Springsteen, 'New York City Serenade')

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

* Re: 2.4.9-pre2 breaks UFS as a module
       [not found] <no.id>
@ 2001-08-13 22:07 ` Alan Cox
  2001-08-14 20:29   ` Alessandro Suardi
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2001-08-13 22:07 UTC (permalink / raw)
  To: Alessandro Suardi; +Cc: linux-kernel

> make[2]: Entering directory `/share/src/linux-2.4.9-pre2/fs/ufs'
> gcc -D__KERNEL__ -I/share/src/linux-2.4.9-pre2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686
> -DMODULE   -c -o file.o file.c
> file.c:80: `generic_file_open' undeclared here (not in a function)
> file.c:80: initializer element is not constant
> file.c:80: (near initialization for `ufs_file_operations.open')
> make[2]: *** [file.o] Error 1
> make[2]: Leaving directory `/share/src/linux-2.4.9-pre2/fs/ufs'
> make[1]: *** [_modsubdir_ufs] Error 2
> make[1]: Leaving directory `/share/src/linux-2.4.9-pre2/fs'
> make: *** [_mod_fs] Error 2

I'll take a look at that, Im trying to merge VFS things with Linus and its
non trivial to get all the bits in place and in the right order 8(

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

end of thread, other threads:[~2001-08-14 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-13 21:49 2.4.9-pre2 breaks UFS as a module Alessandro Suardi
     [not found] <no.id>
2001-08-13 22:07 ` Alan Cox
2001-08-14 20:29   ` Alessandro Suardi

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).