[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lustre-cvs
Subject:    [Lustre-cvs] CVS: obd/include/linux lustre_mds.h,1.1,1.2
From:       "Peter J. Braam" <braam () users ! sourceforge ! net>
Date:       2001-12-29 0:20:45
[Download RAW message or body]

Update of /cvsroot/lustre/obd/include/linux
In directory usw-pr-cvs1:/tmp/cvs-serv15337/include/linux

Modified Files:
	lustre_mds.h 
Log Message:
- fixes to the MDS: it now answers requests from the request test
  program.
- beginning of OST client/server code - needs work.



Index: lustre_mds.h
===================================================================
RCS file: /cvsroot/lustre/obd/include/linux/lustre_mds.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lustre_mds.h	2001/12/28 04:41:15	1.1
+++ lustre_mds.h	2001/12/29 00:20:43	1.2
@@ -45,7 +45,7 @@
 #define MDS_RENAME  11
 
 struct mds_request { 
-	struct list_head *rq_list;
+	struct list_head rq_list;
 	struct mds_obd *rq_obd;
 	int rq_status;
 
@@ -69,6 +69,15 @@
 int mds_pack_rep(char *name, int namelen, char *tgt, int tgtlen, struct mds_rep_hdr \
**hdr, struct mds_rep **rep, int *len, char **buf);  int mds_unpack_rep(char *buf, \
int len, struct mds_rep_hdr **hdr, struct mds_rep **rep);  
+
+/* llight/request.c */
+
+/* ioctls for trying requests */
+#define IOC_REQUEST_TYPE                   'f'
+#define IOC_REQUEST_MIN_NR                 30
+
+#define IOC_REQUEST_GETATTR		_IOWR('f', 30, long)
+#define IOC_REQUEST_MAX_NR               30
 
 #endif
 


_______________________________________________
Lustre-cvs mailing list
Lustre-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lustre-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic