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

List:       intermezzo-cvs
Subject:    CVS: intermezzo/presto24/linux intermezzo_fs.h,1.24,1.25
From:       Shirish Hemant Phatak <shirish () users ! sourceforge ! net>
Date:       2001-10-26 21:37:15
[Download RAW message or body]

Update of /cvsroot/intermezzo/intermezzo/presto24/linux
In directory usw-pr-cvs1:/tmp/cvs-serv15170/linux

Modified Files:
	intermezzo_fs.h 
Log Message:

Minor cleanups. psdev.c is defining inline structs all of which should
move to intermezzo_fs.h.



Index: intermezzo_fs.h
===================================================================
RCS file: /cvsroot/intermezzo/intermezzo/presto24/linux/intermezzo_fs.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -U2 -r1.24 -r1.25
--- intermezzo_fs.h	2001/10/15 16:24:14	1.24
+++ intermezzo_fs.h	2001/10/26 21:37:13	1.25
@@ -678,4 +678,18 @@
 };
 
+struct lento_input_mark {
+        int  mark_what;
+        int  and_flag;
+        int  or_flag;
+        int path_len;
+        char *path;
+};
+
+struct lento_input_release {
+        int  cookie;
+        int path_len;
+        char *path;
+};
+
 /* XXX: check for alignment */
 struct lento_input_ext_attr {
@@ -714,6 +728,6 @@
 #define PRESTO_VFS_DELEXTATTR   _IOW ('p',0x1d, struct lento_input_ext_attr *)
 
-#define PRESTO_MARK             _IOW ('p',0x20, struct lento_input_open *)
-#define PRESTO_RELEASE_PERMIT   _IOW ('p',0x21, struct lento_input_open *)
+#define PRESTO_MARK             _IOW ('p',0x20, struct lento_input_mark *)
+#define PRESTO_RELEASE_PERMIT   _IOW ('p',0x21, struct lento_input_release *)
 #define PRESTO_CLEAR_ALL_FSETROOTS  _IOW ('p',0x22, struct readmount *)
 #define PRESTO_BACKFETCH_LML    _IOW ('p',0x23, struct readmount *)


_______________________________________________
intermezzo-commit mailing list
intermezzo-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/intermezzo-commit

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

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