patch-2.2.4 linux/fs/ntfs/fs.c
Next file: linux/fs/open.c
Previous file: linux/fs/nfsd/vfs.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Mar 19 08:07:34 1999
- Orig file:
v2.2.3/linux/fs/ntfs/fs.c
- Orig date:
Mon Jan 4 15:08:17 1999
diff -u --recursive --new-file v2.2.3/linux/fs/ntfs/fs.c linux/fs/ntfs/fs.c
@@ -505,6 +505,7 @@
#endif
r->i_mode &= ~vol->umask;
+ insert_inode_hash(r);
d_instantiate(d,r);
return 0;
fail:
@@ -567,6 +568,7 @@
#endif
r->i_mode &= ~vol->umask;
+ insert_inode_hash(r);
d_instantiate(d, r);
error = 0;
out:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)