patch-2.3.50 linux/fs/vfat/namei.c
Next file: linux/include/asm-i386/hw_irq.h
Previous file: linux/fs/umsdos/dir.c
Back to the patch index
Back to the overall index
- Lines: 39
- Date:
Mon Mar 6 15:49:21 2000
- Orig file:
v2.3.49/linux/fs/vfat/namei.c
- Orig date:
Sat Feb 26 22:31:55 2000
diff -u --recursive --new-file v2.3.49/linux/fs/vfat/namei.c linux/fs/vfat/namei.c
@@ -59,28 +59,22 @@
static struct dentry_operations vfat_dentry_ops[4] = {
{
- NULL, /* d_revalidate */
- vfat_hashi,
- vfat_cmpi,
- NULL /* d_delete */
+ d_hash: vfat_hashi,
+ d_compare: vfat_cmpi,
},
{
- vfat_revalidate,
- vfat_hashi,
- vfat_cmpi,
- NULL /* d_delete */
+ d_revalidate: vfat_revalidate,
+ d_hash: vfat_hashi,
+ d_compare: vfat_cmpi,
},
{
- NULL, /* d_revalidate */
- vfat_hash,
- vfat_cmp,
- NULL /* d_delete */
+ d_hash: vfat_hash,
+ d_compare: vfat_cmp,
},
{
- vfat_revalidate,
- vfat_hash,
- vfat_cmp,
- NULL /* d_delete */
+ d_revalidate: vfat_revalidate,
+ d_hash: vfat_hash,
+ d_compare: vfat_cmp,
}
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)