patch-2.1.78 linux/include/linux/dcache.h
Next file: linux/include/linux/ext2_fs.h
Previous file: linux/include/linux/config.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Jan 4 00:53:40 1998
- Orig file:
v2.1.77/linux/include/linux/dcache.h
- Orig date:
Tue Dec 2 09:49:40 1997
diff -u --recursive --new-file v2.1.77/linux/include/linux/dcache.h linux/include/linux/dcache.h
@@ -66,6 +66,7 @@
struct dentry_operations *d_op;
struct super_block * d_sb; /* The root of the dentry tree */
unsigned long d_reftime; /* last time referenced */
+ void * d_fsdata; /* fs-specific data */
};
struct dentry_operations {
@@ -73,6 +74,7 @@
int (*d_hash) (struct dentry *,struct qstr *);
int (*d_compare) (struct dentry *,struct qstr *, struct qstr *);
void (*d_delete)(struct dentry *);
+ void (*d_release)(struct dentry *);
};
/* the dentry parameter passed to d_hash and d_compare is the parent
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov