From 6fccc185609e37b0e3346f8df91bdcb37bc990db Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Tue, 21 Sep 2021 14:07:09 -0700 Subject: [lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer. Introduces RPC methods in lisafs. Makes that gofer client use lisafs RPCs instead of p9 when lisafs is enabled. Implements the handlers for those methods in fsgofer. Fixes #5465 PiperOrigin-RevId: 398080310 --- pkg/lisafs/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/lisafs/BUILD') diff --git a/pkg/lisafs/BUILD b/pkg/lisafs/BUILD index 9914ed2f5..313c1756d 100644 --- a/pkg/lisafs/BUILD +++ b/pkg/lisafs/BUILD @@ -57,6 +57,7 @@ go_library( srcs = [ "channel.go", "client.go", + "client_file.go", "communicator.go", "connection.go", "control_fd_list.go", -- cgit v1.2.3