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