patch-2.3.99-pre6 linux/fs/autofs/autofs_i.h
Next file: linux/fs/autofs/dirhash.c
Previous file: linux/fs/affs/inode.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Apr 24 18:56:32 2000
- Orig file:
v2.3.99-pre5/linux/fs/autofs/autofs_i.h
- Orig date:
Sat Feb 26 22:31:51 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/fs/autofs/autofs_i.h linux/fs/autofs/autofs_i.h
@@ -56,13 +56,12 @@
struct autofs_dir_ent **back;
/* The following entries are for the expiry system */
unsigned long last_usage;
- struct autofs_dir_ent *exp_next;
- struct autofs_dir_ent *exp_prev;
+ struct list_head exp;
};
struct autofs_dirhash {
struct autofs_dir_ent *h[AUTOFS_HASH_SIZE];
- struct autofs_dir_ent expiry_head;
+ struct list_head expiry_head;
};
struct autofs_wait_queue {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)