Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
Noted by @behlendorf
  • Loading branch information
dioni21 committed Apr 17, 2020
1 parent c035694 commit e4dbd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libzfs/libzfs_dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ libzfs_mnttab_add(libzfs_handle_t *hdl, const char *special,
free(mtn->mtn_mt.mnt_fstype);
free(mtn->mtn_mt.mnt_mntopts);
free(mtn);
}
else
} else {
avl_add(&hdl->libzfs_mnttab_cache, mtn);
}
}
pthread_mutex_unlock(&hdl->libzfs_mnttab_cache_lock);
}
Expand Down

0 comments on commit e4dbd22

Please sign in to comment.