lkml.org 
[lkml]   [2001]   [Dec]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Workaround for NFS breakage in 2.5.2pre3
depmod: *** Unresolved symbols in /lib/modules/2.5.2-pre3/kernel/fs/nfs/nfs.o
depmod: seq_escape
depmod: seq_printf

I'm quite sure the patch I've attached is *not* the right thing to do(tm),
but it works for me until we get a better fix. ;)

LLaP
bero

--
This message is provided to you under the terms outlined at
http://www.bero.org/terms.html


--- linux-2.5/fs/nfs/inode.c.nfsw Sat Dec 29 16:42:57 2001
+++ linux-2.5/fs/nfs/inode.c Sat Dec 29 16:33:14 2001
@@ -37,6 +37,8 @@
#include <asm/system.h>
#include <asm/uaccess.h>

+#include "../seq_file.c"
+
#define CONFIG_NFS_SNAPSHOT 1
#define NFSDBG_FACILITY NFSDBG_VFS
#define NFS_PARANOIA 1
\
 
 \ /
  Last update: 2005-03-22 13:14    [W:0.042 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site