[FIX] VFAT rename()

Alexander Viro (viro@math.psu.edu)
Sat, 23 Jan 1999 00:18:27 -0500 (EST)


Apply to fs/vfat/namei.c the following:

@@ -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;

/* Serious lossage here. FAT uses braindead inode numbers scheme,
* so we can't simply cannibalize the entry. It means that we have

Sorry for that, folks.

-
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/