blob: 6599f7a74aa18dc032657d642e334e650062ac53 [file] [log] [blame]
From 410069e00090710757277fc35f19bce7182f5c93 Mon Sep 17 00:00:00 2001
From: Dongjin Kim <dongjin_.kim@samsung.com>
Date: Mon, 7 Jun 2021 18:45:07 +0900
Subject: [PATCH] [f2fs] Enable hardlink for f2fs fs_test
Change-Id: I209ae6dff8b4035afe825402ddbc43bde7269a59
---
src/storage/fs_test/fs_test.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/storage/fs_test/fs_test.h b/src/storage/fs_test/fs_test.h
index 76ffc4e67c4..44ab4df7cb7 100644
--- a/src/storage/fs_test/fs_test.h
+++ b/src/storage/fs_test/fs_test.h
@@ -220,7 +220,7 @@ class F2fsFilesystem : public FilesystemImplWithDefaultMake<F2fsFilesystem> {
.name = "f2fs",
.can_unmount = true,
.timestamp_granularity = zx::nsec(1),
- .supports_hard_links = false,
+ .supports_hard_links = true,
.supports_mmap = false,
.supports_resize = false,
// TODO(unknown): Get value from f2fs header
--
2.25.1