Skip to content

Commit

Permalink
[PATCH] nfs: non-procfs build fix
Browse files Browse the repository at this point in the history
This 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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dominik Hackl authored and Linus Torvalds committed Jul 2, 2006
1 parent b4b9034 commit 4ebd9ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/nfs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ extern struct file_system_type clone_nfs_fs_type;
#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);

Expand Down

0 comments on commit 4ebd9ab

Please sign in to comment.