summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnetfs/mutations.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/libnetfs/mutations.h b/libnetfs/mutations.h
index df9e8a09..ea0b8476 100644
--- a/libnetfs/mutations.h
+++ b/libnetfs/mutations.h
@@ -20,13 +20,14 @@
/* Only CPP macro definitions should go in this file. */
-#define FILE_INTRAN protid_t netfs_begin_using_protid_port (file_t)
-#define FILE_DESTRUCTOR netfs_end_using_protid_port (protid_t)
+#define FILE_INTRAN protid_t begin_using_protid_port (file_t)
+#define FILE_DESTRUCTOR end_using_protid_port (protid_t)
-#define IO_INTRAN protid_t netfs_begin_using_protid_port (io_t)
-#define IO_DESTRUCTOR netfs_end_using_protid_port (protid_t)
+#define IO_INTRAN protid_t begin_using_protid_port (io_t)
+#define IO_DESTRUCTOR end_using_protid_port (protid_t)
+
+#define FILE_IMPORTS import "netfs.h"; import "priv.h";
+#define IO_IMPORTS import "netfs.h"; import "priv.h";
+#define FSYS_IMPORTS import "netfs.h"; import "priv.h";
+#define IFSOCK_IMPORTS import "netfs.h"; import "priv.h";
-#define FILE_IMPORTS import "netfs.h";
-#define IO_IMPORTS import "netfs.h";
-#define FSYS_IMPORTS import "netfs.h";
-#define IFSOCK_IMPORTS import "netfs.h";