From b01a6574aebbf50504db2c1b28de5a9d288be1a5 Mon Sep 17 00:00:00 2001 From: Matthew Macy Date: Thu, 12 Sep 2019 13:31:09 -0700 Subject: Move objnode handling to common code objnode is OS agnostic and used only by dmu_redact.c. Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Matt Macy Closes #9315 --- include/os/linux/zfs/sys/zfs_vfsops.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/os/linux/zfs/sys/zfs_vfsops.h b/include/os/linux/zfs/sys/zfs_vfsops.h index 2886d9e25..415e46645 100644 --- a/include/os/linux/zfs/sys/zfs_vfsops.h +++ b/include/os/linux/zfs/sys/zfs_vfsops.h @@ -216,7 +216,6 @@ extern int zfsvfs_create(const char *name, boolean_t readony, zfsvfs_t **zfvp); extern int zfsvfs_create_impl(zfsvfs_t **zfvp, zfsvfs_t *zfsvfs, objset_t *os); extern void zfsvfs_free(zfsvfs_t *zfsvfs); extern int zfs_check_global_label(const char *dsname, const char *hexsl); -extern objlist_t *zfs_get_deleteq(objset_t *os); extern boolean_t zfs_is_readonly(zfsvfs_t *zfsvfs); extern int zfs_domount(struct super_block *sb, zfs_mnt_t *zm, int silent); -- cgit v1.2.3