* [parisc-linux] ext3+parisc kernel
@ 2001-09-08 21:49 Timothy Ball
2001-09-10 15:39 ` [parisc-linux] " Stephen C. Tweedie
0 siblings, 1 reply; 2+ messages in thread
From: Timothy Ball @ 2001-09-08 21:49 UTC (permalink / raw)
To: parics Linux Mailing List; +Cc: Ext3 Users ml
[cross posting cause I'm not sure who should get this email]
I am attempting to make ext3 work on the parisc kernel tree. So far I
have successfully patched and have made the kernel compile w/ only two
line changes to the source.
I got ext3 from the cvs, and the parisc 2.4.9-pa17 kernel and I've
patched the parisc kernel w/ the add-to-kernel.sh script. after a bit of
fighting I got the kernel to compile. I had to add and remove the
following lines:
line added include/linux/fs.h:1348
extern loff_t no_llseek(struct file *file, loff_t offset, int origin);
Needed for the no_llseek symbol.
line removed kernel/ksyms.c:180
EXPORT_SYMBOL(fsync_no_super);
Needed removal because fsync_no_super was already being exported by
fs/buffer.c:354
Now when I boot. /proc is not mounted at boot, and when I mount it all
the files in /proc appear to be directories. Also networking is gone.
ifconfig just returns w/ nothing and ifconfig -a shows no devices.
But on the bright side when I cat /proc/filesystems/ (everything in
/proc is a directory even though it's not) I get ext3 to come up... So
it kinda works. Gonna get the newest e2fsprogs and see if I can make a
journal and have this broken kernel mount / as ext3.
--timball
--
GPG key available on pgpkeys.mit.edu
pub 1024R/CFF85605 1999-06-10 Timothy L. Ball <timball@sheergenius.com>
Key fingerprint = 8A 8E 64 D6 21 C0 90 29 9F D6 1E DC F8 18 CB CD
^ permalink raw reply [flat|nested] 2+ messages in thread
* [parisc-linux] Re: ext3+parisc kernel
2001-09-08 21:49 [parisc-linux] ext3+parisc kernel Timothy Ball
@ 2001-09-10 15:39 ` Stephen C. Tweedie
0 siblings, 0 replies; 2+ messages in thread
From: Stephen C. Tweedie @ 2001-09-10 15:39 UTC (permalink / raw)
To: Timothy Ball; +Cc: parics Linux Mailing List, Ext3 Users ml
Hi,
On Sat, Sep 08, 2001 at 05:49:14PM -0400, Timothy Ball wrote:
> I got ext3 from the cvs, and the parisc 2.4.9-pa17 kernel and I've
> patched the parisc kernel w/ the add-to-kernel.sh script. after a bit of
> fighting I got the kernel to compile. ...
>
> Now when I boot. /proc is not mounted at boot, and when I mount it all
> the files in /proc appear to be directories.
Odd --- did you do a make clean before rebuilding?
--Stephen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-09-10 15:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-08 21:49 [parisc-linux] ext3+parisc kernel Timothy Ball
2001-09-10 15:39 ` [parisc-linux] " Stephen C. Tweedie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox