summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2020-06-23 14:51:43 -0700
committergVisor bot <gvisor-bot@google.com>2020-06-23 14:53:33 -0700
commitedea9a8d02d9877a05bb14046a26ebd9633f34f6 (patch)
tree1bd258bb1f88d0b10564e718cb59d53137653e64 /test/syscalls
parentca1bc46f1540cdef2743bc2cae0eac89d0e61c69 (diff)
Port readahead to VFS2.
It preserves the same functionality (almost none) as in VFS1. Updates #2923 #1035 PiperOrigin-RevId: 317943522
Diffstat (limited to 'test/syscalls')
-rw-r--r--test/syscalls/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index f94c383ae..8ce5d24f4 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -557,6 +557,7 @@ syscall_test(
syscall_test(
add_overlay = True,
test = "//test/syscalls/linux:readahead_test",
+ vfs2 = "True",
)
syscall_test(