1.1 --- a/fs.cc Sat Jun 29 16:16:37 2019 +0200
1.2 +++ b/fs.cc Sat Jun 29 16:45:39 2019 +0200
1.3 @@ -34,9 +34,9 @@
1.4 #include <fcntl.h>
1.5
1.6 #include <fsclient/client.h>
1.7 -#include <fsclient/fs_client.h>
1.8 #include <fsclient/fsdesc.h>
1.9 #include <fsserver/file_resource.h>
1.10 +#include <fsclient/ops.h>
1.11 #include "fslib.h"
1.12
1.13
1.14 @@ -87,10 +87,6 @@
1.15
1.16 FileResource::close();
1.17
1.18 - /* Detach the server side of the descriptor buffer. */
1.19 -
1.20 - fsdesc_deallocate_buffer(&_obj);
1.21 -
1.22 /* Close the region descriptor. This should cause the region server to
1.23 release its resources. */
1.24