patch-2.3.11 linux/fs/nfs/read.c
Next file: linux/fs/open.c
Previous file: linux/fs/ncpfs/dir.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Jul 19 12:29:29 1999
-  Orig file: 
v2.3.10/linux/fs/nfs/read.c
-  Orig date: 
Thu Jul  8 15:42:21 1999
diff -u --recursive --new-file v2.3.10/linux/fs/nfs/read.c linux/fs/nfs/read.c
@@ -152,7 +152,7 @@
 		fail++;
 		dprintk("NFS: %d successful reads, %d failures\n", succ, fail);
 	}
-	page->owner = (int)current; // HACK, FIXME, will go away.
+	page->owner = current; // HACK, FIXME, will go away.
 	UnlockPage(page);
 	free_page(address);
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)