diff options
author | Matthew Macy <[email protected]> | 2019-09-12 13:31:09 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-12 13:31:09 -0700 |
commit | b01a6574aebbf50504db2c1b28de5a9d288be1a5 (patch) | |
tree | 1fa84bd1337b6db3280bde3abc0f4ba166f4718a /include/os/linux/zfs/sys/zfs_vfsops.h | |
parent | 74756182d2da0f8889b3a0a1fded274a2baa14f5 (diff) |
Move objnode handling to common code
objnode is OS agnostic and used only by dmu_redact.c.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9315
Diffstat (limited to 'include/os/linux/zfs/sys/zfs_vfsops.h')
-rw-r--r-- | include/os/linux/zfs/sys/zfs_vfsops.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |