patch-2.4.26 linux-2.4.26/fs/nfs/inode.c

Next file: linux-2.4.26/fs/nfs/pagelist.c
Previous file: linux-2.4.26/fs/nfs/file.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/fs/nfs/inode.c linux-2.4.26/fs/nfs/inode.c
@@ -121,7 +121,7 @@
 {
 	int flags = sync ? FLUSH_WAIT : 0;
 
-	nfs_sync_file(inode, NULL, 0, 0, flags);
+	nfs_sync_file(inode, 0, 0, flags);
 }
 
 static void

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)