| Index: native_client_sdk/src/libraries/nacl_io/kernel_object.cc
|
| diff --git a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc b/native_client_sdk/src/libraries/nacl_io/kernel_object.cc
|
| similarity index 96%
|
| rename from native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc
|
| rename to native_client_sdk/src/libraries/nacl_io/kernel_object.cc
|
| index 6ee6a33123d642f1464d847aabc875ed252a6119..f4ae9d52e8ec33f8faf5d1340464b481eaf88cc5 100644
|
| --- a/native_client_sdk/src/libraries/nacl_mounts/kernel_object.cc
|
| +++ b/native_client_sdk/src/libraries/nacl_io/kernel_object.cc
|
| @@ -2,7 +2,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| -#include "nacl_mounts/kernel_object.h"
|
| +#include "nacl_io/kernel_object.h"
|
|
|
| #include <assert.h>
|
| #include <errno.h>
|
| @@ -14,9 +14,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "nacl_mounts/kernel_handle.h"
|
| -#include "nacl_mounts/mount.h"
|
| -#include "nacl_mounts/mount_node.h"
|
| +#include "nacl_io/kernel_handle.h"
|
| +#include "nacl_io/mount.h"
|
| +#include "nacl_io/mount_node.h"
|
| #include "utils/auto_lock.h"
|
|
|
| KernelObject::KernelObject() {
|
|
|