diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-12 23:15:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-12 23:15:27 +0000 |
commit | ae38fd1e4c98588314a42097c5a5e77dcef23561 (patch) | |
tree | f9f10c203bb9e5fbad4810d1f8774c08dfad20ff /fs/affs | |
parent | 466a823d79f41d0713b272e48fd73e494b0588e0 (diff) |
Merge with Linux 2.3.50.
Diffstat (limited to 'fs/affs')
-rw-r--r-- | fs/affs/namei.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/affs/namei.c b/fs/affs/namei.c index 43085a64b..38e5bccbe 100644 --- a/fs/affs/namei.c +++ b/fs/affs/namei.c @@ -44,10 +44,8 @@ affs_intl_toupper(unsigned int ch) static int affs_hash_dentry(struct dentry *, struct qstr *); static int affs_compare_dentry(struct dentry *, struct qstr *, struct qstr *); struct dentry_operations affs_dentry_operations = { - NULL, /* d_validate */ - affs_hash_dentry, /* d_hash */ - affs_compare_dentry, /* d_compare */ - NULL /* d_delete */ + d_hash: affs_hash_dentry, + d_compare: affs_compare_dentry, }; /* |