patch-2.1.50 linux/fs/vfat/namei.c

Next file: linux/include/asm-i386/pgtable.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.49/linux/fs/vfat/namei.c linux/fs/vfat/namei.c
@@ -1413,7 +1413,7 @@
 		iput(new_inode);
 		if (new_is_dir) {
 			PRINTK(("vfat_rename 7\n"));
-			res = vfat_rmdirx(new_dir,&new_dentry);
+			res = vfat_rmdirx(new_dir,new_dentry);
 			PRINTK(("vfat_rename 8\n"));
 			if (res < 0) goto rename_done;
 		} else {

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