patch-2.3.50 linux/fs/isofs/inode.c
Next file: linux/fs/minix/namei.c
Previous file: linux/fs/hpfs/dentry.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Mon Mar 6 15:49:21 2000
- Orig file:
v2.3.49/linux/fs/isofs/inode.c
- Orig date:
Sat Feb 26 22:31:53 2000
diff -u --recursive --new-file v2.3.49/linux/fs/isofs/inode.c linux/fs/isofs/inode.c
@@ -84,29 +84,21 @@
static struct dentry_operations isofs_dentry_ops[] = {
{
- NULL, /* d_revalidate */
- isofs_hash,
- isofs_cmp,
- NULL /* d_delete */
+ d_hash: isofs_hash,
+ d_compare: isofs_cmp,
},
{
- NULL, /* d_revalidate */
- isofs_hashi,
- isofs_cmpi,
- NULL /* d_delete */
+ d_hash: isofs_hashi,
+ d_compare: isofs_cmpi,
},
#ifdef CONFIG_JOLIET
{
- NULL, /* d_revalidate */
- isofs_hash_ms,
- isofs_cmp_ms,
- NULL /* d_delete */
+ d_hash: isofs_hash_ms,
+ d_compare: isofs_cmp_ms,
},
{
- NULL, /* d_revalidate */
- isofs_hashi_ms,
- isofs_cmpi_ms,
- NULL /* d_delete */
+ d_hash: isofs_hashi_ms,
+ d_compare: isofs_cmpi_ms,
}
#endif
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)