diff options
author | Jamie Liu <jamieliu@google.com> | 2019-11-18 16:25:03 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-11-18 16:26:28 -0800 |
commit | ef6f93625457c166628fc9de57c15d986ae83159 (patch) | |
tree | d3f3c3e118358ab23b281524b0c72bf2e33ba681 /pkg/sentry/vfs/BUILD | |
parent | 26b3341b9ae08bb72971d5465c77e6c8db82c996 (diff) |
Add vfs.GenericParseMountOptions().
Equivalent to fs.GenericMountSourceOptions().
PiperOrigin-RevId: 281179287
Diffstat (limited to 'pkg/sentry/vfs/BUILD')
-rw-r--r-- | pkg/sentry/vfs/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sentry/vfs/BUILD b/pkg/sentry/vfs/BUILD index eff4b44f6..4f2c2de9f 100644 --- a/pkg/sentry/vfs/BUILD +++ b/pkg/sentry/vfs/BUILD @@ -12,6 +12,7 @@ go_library( "file_description.go", "file_description_impl_util.go", "filesystem.go", + "filesystem_impl_util.go", "filesystem_type.go", "mount.go", "mount_unsafe.go", |