Jon
--- linux-pre9/fs/vfat/namei.c Thu Jan 21 11:39:27 1999
+++ linux/fs/vfat/namei.c Thu Jan 21 11:39:47 1999
@@ -1657,9 +1657,9 @@
drop_aliases(new_dentry);
}
res = vfat_remove_entry(new_dir,&sinfo,new_inode);
+ if (res)
+ goto rename_done;
}
- if (res)
- goto rename_done;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/