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/adfs | |
parent | 466a823d79f41d0713b272e48fd73e494b0588e0 (diff) |
Merge with Linux 2.3.50.
Diffstat (limited to 'fs/adfs')
-rw-r--r-- | fs/adfs/dir.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/fs/adfs/dir.c b/fs/adfs/dir.c index a7da5eeda..794097871 100644 --- a/fs/adfs/dir.c +++ b/fs/adfs/dir.c @@ -256,12 +256,8 @@ adfs_compare(struct dentry *parent, struct qstr *entry, struct qstr *name) } struct dentry_operations adfs_dentry_operations = { - NULL, /* revalidate */ - adfs_hash, - adfs_compare, - NULL, /* delete = called by dput */ - NULL, /* release - called by d_free */ - NULL /* iput - called by dentry_iput */ + d_hash: adfs_hash, + d_compare: adfs_compare, }; struct dentry *adfs_lookup(struct inode *dir, struct dentry *dentry) |