summaryrefslogtreecommitdiffhomepage
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-12 00:04:51 -0500
committermidipix <writeonce@midipix.org>2016-12-12 00:08:00 -0500
commitcd5d5c3277aa300cac91d09ba02212c06e6b1218 (patch)
treeaa27d6ad3f0b5879aa10b9ad976b6b52cc5efbdd /project
parent28d040d8c243d28e1f851bb80f1d5ba30d22fd3c (diff)
downloadntapi-cd5d5c3277aa300cac91d09ba02212c06e6b1218.tar.bz2
ntapi-cd5d5c3277aa300cac91d09ba02212c06e6b1218.tar.xz
vmount module: removed current impl. of the virtual mount system client.
the current design of the virtual mount system turned out to be less than ideal in terms of both simplicity and robustness. since its importance seems to be rather marginal at the moment, it is better to first remove it in its entirety, and then, given sufficient interest, re-implement and integrate it into the system.
Diffstat (limited to 'project')
-rw-r--r--project/common.mk8
-rw-r--r--project/headers.mk1
-rw-r--r--project/tree.mk1
3 files changed, 0 insertions, 10 deletions
diff --git a/project/common.mk b/project/common.mk
index 5854810..c0e9070 100644
--- a/project/common.mk
+++ b/project/common.mk
@@ -104,11 +104,3 @@ COMMON_SRCS = \
src/unicode/ntapi_uc_unicode_conversion_from_utf8.c \
src/unicode/ntapi_uc_unicode_validation.c \
src/vfd/ntapi_vfd_helper.c \
- src/vmount/ntapi_vms_cache.c \
- src/vmount/ntapi_vms_client_connect.c \
- src/vmount/ntapi_vms_client_disconnect.c \
- src/vmount/ntapi_vms_helper.c \
- src/vmount/ntapi_vms_point_attach.c \
- src/vmount/ntapi_vms_ref_count.c \
- src/vmount/ntapi_vms_table_query.c \
-
diff --git a/project/headers.mk b/project/headers.mk
index 2536c98..327e8e9 100644
--- a/project/headers.mk
+++ b/project/headers.mk
@@ -53,7 +53,6 @@ API_HEADERS = \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_unicode.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_uuid.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./nt_vfd.h \
- $(SOURCE_DIR)/include/$(PACKAGE)/./nt_vmount.h \
$(SOURCE_DIR)/include/$(PACKAGE)/./ntapi.h \
API_HEADERS_BITS = \
diff --git a/project/tree.mk b/project/tree.mk
index ce03c8d..baabe2d 100644
--- a/project/tree.mk
+++ b/project/tree.mk
@@ -23,5 +23,4 @@ tree.tag:
mkdir -p src/tty
mkdir -p src/unicode
mkdir -p src/vfd
- mkdir -p src/vmount
touch tree.tag