lkml.org 
[lkml]   [1999]   [Jan]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectVFAT rename patch for pre9

Renaming files or directories in VFAT is only partly fixed in
2.2.0-pre9 (AKA final). The oops is gone, but renaming is still not
possible. This patch seems to fix it - but it is probably better to
wait from stuff from the guys who know the code.

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/
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.019 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site