linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] nfs: procfs fix
@ 2006-07-02 15:29 Dominik Hackl
  0 siblings, 0 replies; only message in thread
From: Dominik Hackl @ 2006-07-02 15:29 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel



This patch fixes a bug in fs/nfs which makes it impossible to build nfs 
without having procfs enabled.



        Signed-off-by: Dominik Hackl <dominik@hackl.dhs.org>



diff -pruN linux-2.6.17-git20.orig/fs/nfs/internal.h linux-2.6.17-git20/fs/nfs/internal.h
--- linux-2.6.17-git20.orig/fs/nfs/internal.h	2006-07-02 15:18:02.000000000 +0200
+++ linux-2.6.17-git20/fs/nfs/internal.h	2006-07-02 15:27:13.000000000 +0200
@@ -81,9 +81,9 @@ extern struct file_system_type clone_nfs
 #ifdef CONFIG_NFS_V4
 extern struct file_system_type clone_nfs4_fs_type;
 #endif
-#ifdef CONFIG_PROC_FS
+
 extern struct rpc_stat nfs_rpcstat;
-#endif
+
 extern int __init register_nfs_fs(void);
 extern void __exit unregister_nfs_fs(void);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-02 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-02 15:29 [PATCH] nfs: procfs fix Dominik Hackl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).