From 0037b49e833a7073bee0ef3f6680f330f727769e Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 7 Mar 2017 19:21:37 -0500 Subject: Rename zfs_sb_t -> zfsvfs_t The use of zfs_sb_t instead of zfsvfs_t results in unnecessary conflicts with the upstream source. Change all instances of zfs_sb_t to zfsvfs_t including updating the variables names. Whenever possible the code was updated to be consistent with hope it appears in the upstream OpenZFS source. Signed-off-by: Brian Behlendorf --- include/sys/zfs_dir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sys/zfs_dir.h') diff --git a/include/sys/zfs_dir.h b/include/sys/zfs_dir.h index efda1236a..9ce3accfc 100644 --- a/include/sys/zfs_dir.h +++ b/include/sys/zfs_dir.h @@ -63,7 +63,7 @@ extern void zfs_rmnode(znode_t *); extern void zfs_dl_name_switch(zfs_dirlock_t *dl, char *new, char **old); extern boolean_t zfs_dirempty(znode_t *); extern void zfs_unlinked_add(znode_t *, dmu_tx_t *); -extern void zfs_unlinked_drain(zfs_sb_t *); +extern void zfs_unlinked_drain(zfsvfs_t *zfsvfs); extern int zfs_sticky_remove_access(znode_t *, znode_t *, cred_t *cr); extern int zfs_get_xattrdir(znode_t *, struct inode **, cred_t *, int); extern int zfs_make_xattrdir(znode_t *, vattr_t *, struct inode **, cred_t *); -- cgit v1.2.3