2.1.55 patch to fix ncpfs

Jared Mauch (jared@puck.nether.net)
Fri, 12 Sep 1997 11:20:13 -0400 (EDT)


This patch will fix a typo that made ncpfs not compile
correctly:

--- linux-2.1.55-dist/fs/ncpfs/dir.c.orig Fri Sep 12 11:17:37 1997
+++ linux/fs/ncpfs/dir.c Fri Sep 12 11:17:40 1997
@@ -216,7 +216,7 @@
int result = 0;
int i = 0;
int index = 0;
- struct inode *inode = file->f_dentry->d_inode;
+ struct inode *inode = filp->f_dentry->d_inode;
struct ncp_dirent *entry = NULL;
struct ncp_server *server = NCP_SERVER(inode);
struct ncp_inode_info *dir = NCP_INOP(inode);

-- 
  ----------------- jared@puck.nether.net - Nether Network ------------------
		 Don't answer the phone.  Don't open the door.
		    finger jared@puck.nether.net for pgp key