lkml.org 
[lkml]   [1997]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject2.1.55 patch to fix ncpfs
Date
	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
\
 
 \ /
  Last update: 2005-03-22 13:40    [W:0.029 / U:0.528 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site