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

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