summaryrefslogtreecommitdiffstats
path: root/fs/msdos/namei.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/msdos/namei.c')
-rw-r--r--fs/msdos/namei.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/msdos/namei.c b/fs/msdos/namei.c
index d74c71049..87a49fb47 100644
--- a/fs/msdos/namei.c
+++ b/fs/msdos/namei.c
@@ -200,12 +200,8 @@ old_compare:
static struct dentry_operations msdos_dentry_operations = {
- NULL, /* d_revalidate */
- msdos_hash,
- msdos_cmp,
- NULL, /* d_delete */
- NULL,
- NULL
+ d_hash: msdos_hash,
+ d_compare: msdos_cmp,
};
/*