mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-27 04:32:16 +03:00
Remove unneeded "extern inline" function declarations
All of these externs are already #included as static inline functions via corresponding headers. Reviewed-by: Igor Kozhukhov <igor@dilos.org> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes #13073
This commit is contained in:
@@ -90,8 +90,6 @@ static int zfs_allow_redacted_dataset_mount = 0;
|
||||
|
||||
#define DS_REF_MAX (1ULL << 62)
|
||||
|
||||
extern inline dsl_dataset_phys_t *dsl_dataset_phys(dsl_dataset_t *ds);
|
||||
|
||||
static void dsl_dataset_set_remap_deadlist_object(dsl_dataset_t *ds,
|
||||
uint64_t obj, dmu_tx_t *tx);
|
||||
static void dsl_dataset_unset_remap_deadlist_object(dsl_dataset_t *ds,
|
||||
|
||||
Reference in New Issue
Block a user