diff options
Diffstat (limited to 'c_src/posix_to_bcachefs.h')
-rw-r--r-- | c_src/posix_to_bcachefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/posix_to_bcachefs.h b/c_src/posix_to_bcachefs.h index 3fc586d8..65e5de1f 100644 --- a/c_src/posix_to_bcachefs.h +++ b/c_src/posix_to_bcachefs.h @@ -33,7 +33,7 @@ struct copy_fs_state { u64 bcachefs_inum; dev_t dev; - GENRADIX(u64) hardlinks; + struct rhashtable hardlinks; ranges extents; enum bch_migrate_type type; unsigned verbosity; |