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/autofs | |
parent | 466a823d79f41d0713b272e48fd73e494b0588e0 (diff) |
Merge with Linux 2.3.50.
Diffstat (limited to 'fs/autofs')
-rw-r--r-- | fs/autofs/root.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/autofs/root.c b/fs/autofs/root.c index ea517f0b1..35afe3cdc 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c @@ -174,9 +174,7 @@ static int autofs_revalidate(struct dentry * dentry, int flags) } static struct dentry_operations autofs_dentry_operations = { - autofs_revalidate, /* d_revalidate */ - NULL, /* d_hash */ - NULL, /* d_compare */ + d_revalidate: autofs_revalidate, }; static struct dentry *autofs_root_lookup(struct inode *dir, struct dentry *dentry) |