Magellan Linux

Contents of /trunk/shfs/patches/shfs-0.35-kernel-config-2.6.12-magellan-r5.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1122 byte(s)
-import

1 --- shfs-0.35/shfs/Linux-2.6/kernel-config.diff.orig 2005-10-07 15:52:41.000000000 +0000
2 +++ shfs-0.35/shfs/Linux-2.6/kernel-config.diff 2005-10-07 16:14:13.000000000 +0000
3 @@ -25,14 +25,16 @@
4 config RXRPC
5 tristate
6
7 -diff -urN linux-2.6.4.orig/fs/Makefile linux-2.6.4/fs/Makefile
8 ---- linux-2.6.4.orig/fs/Makefile 2004-03-20 14:12:32.000000000 +0100
9 -+++ linux-2.6.4/fs/Makefile 2004-03-20 14:12:32.000000000 +0100
10 -@@ -92,3 +92,4 @@
11 +--- linux-2.6.12-magellan-r5/fs/Makefile 2005-10-07 16:02:30.000000000 +0000
12 ++++ linux-2.6.12-magellan-r5/fs/Makefile.patched 2005-10-07 16:03:47.000000000 +0000
13 +@@ -94,6 +94,7 @@
14 obj-$(CONFIG_XFS_FS) += xfs/
15 obj-$(CONFIG_AFS_FS) += afs/
16 obj-$(CONFIG_BEFS_FS) += befs/
17 -+obj-$(CONFIG_SH_FS) += shfs/
18 ++obj-$(CONFIG_SH_FS) += shfs/
19 + obj-$(CONFIG_HOSTFS) += hostfs/
20 + obj-$(CONFIG_HPPFS) += hppfs/
21 + obj-$(CONFIG_DEBUG_FS) += debugfs/
22 diff -urN linux-2.6.4.orig/fs/shfs/dcache.c linux-2.6.4/fs/shfs/dcache.c
23 --- linux-2.6.4.orig/fs/shfs/dcache.c 2004-03-20 12:29:18.000000000 +0100
24 +++ linux-2.6.4/fs/shfs/dcache.c 2004-03-20 14:12:32.000000000 +0100