* PATCH 2.4.14.2: more inflate_fs build fixes
@ 2001-10-26 9:39 Jeff Garzik
2001-10-26 14:23 ` Alan Cox
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Garzik @ 2001-10-26 9:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Alan Cox, hpa, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
oops. I forgot to send this part, which is missing also.
This is required also, in order to build cramfs or zisofs in
2.4.14-pre2.
--
Jeff Garzik | Only so many songs can be sung
Building 1024 | with two lips, two lungs, and one tongue.
MandrakeSoft | - nomeansno
[-- Attachment #2: inflate-fs-2.4.14.2.patch --]
[-- Type: text/plain, Size: 1145 bytes --]
--- /home/jgarzik/tmp/linux-2.4.14-pre2/fs/Config.in Thu Oct 4 18:13:18 2001
+++ linux_2_4/fs/Config.in Fri Oct 26 05:41:53 2001
@@ -128,6 +128,24 @@
define_bool CONFIG_SMB_FS n
fi
+#
+# Do we need the compression support?
+#
+if [ "$CONFIG_ZISOFS" = "y" ]; then
+ define_tristate CONFIG_ZISOFS_FS $CONFIG_ISO9660_FS
+else
+ define_tristate CONFIG_ZISOFS_FS n
+fi
+if [ "$CONFIG_CRAMFS" = "y" -o "$CONFIG_ZISOFS_FS" = "y" ]; then
+ define_tristate CONFIG_ZLIB_FS_INFLATE y
+else
+ if [ "$CONFIG_CRAMFS" = "m" -o "$CONFIG_ZISOFS_FS" = "m" ]; then
+ define_tristate CONFIG_ZLIB_FS_INFLATE m
+ else
+ define_tristate CONFIG_ZLIB_FS_INFLATE n
+ fi
+fi
+
mainmenu_option next_comment
comment 'Partition Types'
source fs/partitions/Config.in
--- /home/jgarzik/tmp/linux-2.4.14-pre2/fs/Makefile Thu Oct 4 18:13:18 2001
+++ linux_2_4/fs/Makefile Fri Oct 26 05:41:53 2001
@@ -27,6 +27,7 @@
# Do not add any filesystems before this line
subdir-$(CONFIG_EXT2_FS) += ext2
+subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
subdir-$(CONFIG_CRAMFS) += cramfs
subdir-$(CONFIG_RAMFS) += ramfs
subdir-$(CONFIG_CODA_FS) += coda
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PATCH 2.4.14.2: more inflate_fs build fixes
2001-10-26 9:39 PATCH 2.4.14.2: more inflate_fs build fixes Jeff Garzik
@ 2001-10-26 14:23 ` Alan Cox
2001-10-26 16:35 ` H. Peter Anvin
0 siblings, 1 reply; 3+ messages in thread
From: Alan Cox @ 2001-10-26 14:23 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Linus Torvalds, Alan Cox, hpa, Linux Kernel Mailing List
> This is required also, in order to build cramfs or zisofs in
> 2.4.14-pre2.
I was going to send Linus that too after I grabbed pre2 - thanks.
Alan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: PATCH 2.4.14.2: more inflate_fs build fixes
2001-10-26 14:23 ` Alan Cox
@ 2001-10-26 16:35 ` H. Peter Anvin
0 siblings, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2001-10-26 16:35 UTC (permalink / raw)
To: linux-kernel
Followup to: <E15x7tg-0000Df-00@the-village.bc.nu>
By author: Alan Cox <alan@lxorguk.ukuu.org.uk>
In newsgroup: linux.dev.kernel
>
> > This is required also, in order to build cramfs or zisofs in
> > 2.4.14-pre2.
>
> I was going to send Linus that too after I grabbed pre2 - thanks.
>
> Alan
>
Also, grab_cache_page_nowait() [mm/filemap.c] is missing in -pre2, so
zisofs still won't build without it. I will look at the new mm code
and try to determine how applicable the code I have is; if not, I
might end up having to contact Andrea for some tips.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-10-26 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-26 9:39 PATCH 2.4.14.2: more inflate_fs build fixes Jeff Garzik
2001-10-26 14:23 ` Alan Cox
2001-10-26 16:35 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox