patch-2.2.17 linux/include/linux/coda_psdev.h
Next file: linux/include/linux/dasd.h
Previous file: linux/include/linux/coda_opstats.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Sep 4 18:39:28 2000
- Orig file:
v2.2.16/include/linux/coda_psdev.h
- Orig date:
Mon Sep 4 18:37:11 2000
diff -u --recursive --new-file v2.2.16/include/linux/coda_psdev.h linux/include/linux/coda_psdev.h
@@ -11,9 +11,8 @@
struct coda_sb_info
{
struct inode * sbi_psdev; /* /dev/cfs? Venus/kernel device */
- struct inode * sbi_ctlcp; /* control magic file */
int sbi_refct;
- struct venus_comm * sbi_vcomm;
+ struct venus_comm * sbi_vcomm;
struct inode * sbi_root;
struct super_block *sbi_sb;
struct list_head sbi_cchead;
@@ -27,7 +26,6 @@
struct list_head vc_pending;
struct list_head vc_processing;
int vc_inuse;
- pid_t vc_pid; /* Venus pid */
};
@@ -101,6 +99,7 @@
#define REQ_ASYNC 0x1
#define REQ_READ 0x2
#define REQ_WRITE 0x4
+#define REQ_ABORT 0x8
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)