patch-2.4.0-test6 linux/fs/namei.c
Next file: linux/fs/ncpfs/mmap.c
Previous file: linux/fs/jffs/jffs_fm.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Aug 3 17:07:34 2000
- Orig file:
v2.4.0-test5/linux/fs/namei.c
- Orig date:
Thu Jul 27 17:38:01 2000
diff -u --recursive --new-file v2.4.0-test5/linux/fs/namei.c linux/fs/namei.c
@@ -1739,7 +1739,7 @@
if (error)
return error;
/* The following d_move() should become unconditional */
- if (!(old_dir->i_sb->s_flags & MS_ODD_RENAME)) {
+ if (!(old_dir->i_sb->s_type->fs_flags & FS_ODD_RENAME)) {
d_move(old_dentry, new_dentry);
}
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)