From 6910d080a229cf102536b25e5c705535be63c1b2 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Tue, 5 Sep 2000 22:11:41 +0000 Subject: [PATCH] Expose the NFS root node, so that an evil consumer can use it to get the NFS filehandle for the root mount. --- lib/libstand/nfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libstand/nfs.c b/lib/libstand/nfs.c index a02ca580c135..67fc1bc64407 100644 --- a/lib/libstand/nfs.c +++ b/lib/libstand/nfs.c @@ -127,7 +127,7 @@ static off_t nfs_seek(struct open_file *f, off_t offset, int where); static int nfs_stat(struct open_file *f, struct stat *sb); static int nfs_readdir(struct open_file *f, struct dirent *d); -static struct nfs_iodesc nfs_root_node; +struct nfs_iodesc nfs_root_node; struct fs_ops nfs_fsops = { "nfs",