patch-2.1.43 linux/fs/nfs/proc.c
Next file: linux/fs/nfs/read.c
Previous file: linux/fs/nfs/nfsroot.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Jun 12 16:22:08 1997
-  Orig file: 
v2.1.42/linux/fs/nfs/proc.c
-  Orig date: 
Mon Apr  7 11:35:31 1997
diff -u --recursive --new-file v2.1.42/linux/fs/nfs/proc.c linux/fs/nfs/proc.c
@@ -177,8 +177,8 @@
 
 int
 nfs_proc_rename(struct nfs_server *server,
-			struct nfs_fh *old_dir, const char *old_name,
-			struct nfs_fh *new_dir, const char *new_name)
+		struct nfs_fh *old_dir, const char *old_name,
+		struct nfs_fh *new_dir, const char *new_name)
 {
 	struct nfs_renameargs	arg = { old_dir, old_name, new_dir, new_name };
 	int			status;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov