patch-2.3.50 linux/fs/autofs/root.c
Next file: linux/fs/binfmt_elf.c
Previous file: linux/fs/affs/namei.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Mar 6 15:49:21 2000
- Orig file:
v2.3.49/linux/fs/autofs/root.c
- Orig date:
Sat Feb 26 22:31:51 2000
diff -u --recursive --new-file v2.3.49/linux/fs/autofs/root.c linux/fs/autofs/root.c
@@ -174,9 +174,7 @@
}
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)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)