diff options
author | Craig Chi <craig08@users.noreply.github.com> | 2020-09-02 13:30:56 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-11 13:35:25 -0700 |
commit | 97d51984586f2ea9a6a0eb718af1cc85dabf1fea (patch) | |
tree | b028d2373ff34c324fcff4ec0cc2a0ac5699553f /pkg/sentry/fsimpl/fuse/BUILD | |
parent | 9cc683af1e5c003ccc4f5a72e6b5b207e8426e1a (diff) |
fuse: remove unused marshalling functions
This commit removes unused marshalling functions in linux abi package
and moves self-defined FUSEInitRes wrapper to fuse package.
Updates #3707
Diffstat (limited to 'pkg/sentry/fsimpl/fuse/BUILD')
-rw-r--r-- | pkg/sentry/fsimpl/fuse/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/fsimpl/fuse/BUILD b/pkg/sentry/fsimpl/fuse/BUILD index a6ee6100d..86dc6a7a4 100644 --- a/pkg/sentry/fsimpl/fuse/BUILD +++ b/pkg/sentry/fsimpl/fuse/BUILD @@ -40,6 +40,7 @@ go_library( "register.go", "regular_file.go", "request_list.go", + "request_response.go", ], visibility = ["//pkg/sentry:internal"], deps = [ |