patch-2.1.80 linux/include/linux/dcache.h
Next file: linux/include/linux/fd.h
Previous file: linux/include/linux/console.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jan 14 16:57:09 1998
- Orig file:
v2.1.79/linux/include/linux/dcache.h
- Orig date:
Mon Jan 12 22:09:23 1998
diff -u --recursive --new-file v2.1.79/linux/include/linux/dcache.h linux/include/linux/dcache.h
@@ -61,6 +61,7 @@
struct list_head d_lru; /* d_count = 0 LRU list */
struct list_head d_child; /* child of parent list */
struct list_head d_subdirs; /* our children */
+ struct list_head d_alias; /* inode alias list */
struct qstr d_name;
unsigned long d_time; /* used by d_revalidate */
struct dentry_operations *d_op;
@@ -74,8 +75,8 @@
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 *);
+ void (*d_iput)(struct dentry *, struct inode *);
};
/* 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