Hello everyone!!
I'm trying to get XFS complied into a stock 2.4.21 kernel and I'm having
some difficulties. I downloaded the stock kernel from kernel.org and
applied the linux-2.4.21-core-xfs-1.3.1.patch from the OSS ftp site. I
ran "make menuconfig" and configed all the stuff I wanted. When I go to
do a "make dep", however, it barfs. Here's the error I get:
make[4]: Entering directory `/usr/src/linux-2.4.21/fs/vfat'
/usr/src/linux-2.4.21/scripts/mkdep -D__KERNEL__
-I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs
-O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include
-- namei.c vfatfs_syms.c > .depend
make[4]: Leaving directory `/usr/src/linux-2.4.21/fs/vfat'
make -C xfs fastdep
make: Entering an unknown directory
make: *** xfs: No such file or directory. Stop.
make: Leaving an unknown directory
make[3]: *** [_sfdep_xfs] Error 2
make[3]: Leaving directory `/usr/src/linux-2.4.21/fs'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.21/fs'
make[1]: *** [_sfdep_fs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.21'
make: *** [dep-files] Error 2
I did a "find" in the top level kernel source directory and couldn't
find ANY files or directories with "xfs" anywhere in the name. This
leads me to believe that XFS isn't in this kernel. I know the kernel
patched successfully because I tried to patch it again and it asked me
if I wanted to reverse the patch. Anyone know what's going on here?
Many thanks!!
|