patch-1.3.17 linux/fs/proc/scsi.c
Next file: linux/include/linux/etherdevice.h
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Aug 9 10:39:06 1995
- Orig file:
v1.3.16/linux/fs/proc/scsi.c
- Orig date:
Wed Aug 2 13:21:15 1995
diff -u --recursive --new-file v1.3.16/linux/fs/proc/scsi.c linux/fs/proc/scsi.c
@@ -84,10 +84,10 @@
struct proc_dir_entry scsi_hba_dir[(PROC_SCSI_LAST - PROC_SCSI_FILE) * 4];
static struct proc_dir_entry scsi_dir2[] = {
- { PROC_SCSI, 1, "." },
- { PROC_ROOT_INO, 2, ".." },
- { PROC_SCSI_NOT_PRESENT, 11, "not.present" },
- { 0, 0, NULL }
+ { PROC_SCSI, NULL, 1, "." },
+ { PROC_ROOT_INO, NULL, 2, ".." },
+ { PROC_SCSI_NOT_PRESENT, NULL, 11, "not.present" },
+ { 0, NULL, 0, NULL }
};
inline static uint count_dir_entries(uint inode, uint *num)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this