From cd5d5c3277aa300cac91d09ba02212c06e6b1218 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 12 Dec 2016 00:04:51 -0500 Subject: 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. --- project/common.mk | 8 -------- project/headers.mk | 1 - project/tree.mk | 1 - 3 files changed, 10 deletions(-) (limited to 'project') 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 -- cgit v1.2.3