diff options
author | Tomohiro Kusumi <[email protected]> | 2022-02-09 03:48:57 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-08 10:48:57 -0800 |
commit | 5f65d008e9ea92d939064430e0ee0654e4758ee0 (patch) | |
tree | 56faa571860fdceba2837986a376ad6956ef2661 /module/zfs/dsl_dataset.c | |
parent | 8df0bde321ab6e4c38cf17e89c8bc331369c7f0a (diff) |
Remove unneeded "extern inline" function declarations
All of these externs are already #included as static inline
functions via corresponding headers.
Reviewed-by: Igor Kozhukhov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tomohiro Kusumi <[email protected]>
Closes #13073
Diffstat (limited to 'module/zfs/dsl_dataset.c')
-rw-r--r-- | module/zfs/dsl_dataset.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/zfs/dsl_dataset.c b/module/zfs/dsl_dataset.c index 36631ea80..459faafee 100644 --- a/module/zfs/dsl_dataset.c +++ b/module/zfs/dsl_dataset.c @@ -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, |