ANDROID: fuse-bpf: Fix flock test compile error

Bug: 293161755
Test: fuse_test compiles
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I249672bab85966e20a26018f65f135fe15c6eff5
This commit is contained in:
Paul Lawrence 2023-07-24 13:45:45 -07:00
parent 84ac22a0d3
commit 4bbda90bd8

View File

@ -1345,7 +1345,6 @@ static int flock_test(const char *mount_dir)
int fuse_dev = -1;
int fd = -1, fd2 = -1;
int backing_fd = -1;
char *addr = NULL;
TEST(src_fd = open(ft_src, O_DIRECTORY | O_RDONLY | O_CLOEXEC),
src_fd != -1);