patch-2.1.79 linux/include/linux/dcache.h
Next file: linux/include/linux/elf.h
Previous file: linux/include/linux/coda_psdev.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Jan 12 14:38:40 1998
- Orig file:
v2.1.78/linux/include/linux/dcache.h
- Orig date:
Tue Jan 6 09:37:38 1998
diff -u --recursive --new-file v2.1.78/linux/include/linux/dcache.h linux/include/linux/dcache.h
@@ -71,9 +71,10 @@
struct dentry_operations {
int (*d_revalidate)(struct dentry *);
- int (*d_hash) (struct dentry *,struct qstr *);
- int (*d_compare) (struct dentry *,struct qstr *, struct qstr *);
+ int (*d_hash) (struct dentry *, struct qstr *);
+ int (*d_compare) (struct dentry *, struct qstr *, struct qstr *);
void (*d_delete)(struct dentry *);
+ void (*d_iput)(struct dentry *, struct inode *);
void (*d_release)(struct dentry *);
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov