patch-2.1.41 linux/fs/nfs/write.c

Next file: linux/fs/proc/array.c
Previous file: linux/fs/autofs/waitq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.40/linux/fs/nfs/write.c linux/fs/nfs/write.c
@@ -178,7 +178,7 @@
 			wsize = count;
 
 		result = nfs_proc_write(NFS_SERVER(inode), NFS_FH(inode),
-					offset, wsize, IS_SWAPFILE(inode),
+					IS_SWAPFILE(inode), offset, wsize,
 					buffer, &fattr);
 
 		if (result < 0) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov