mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
codebase style improvements for OpenZFS 6459 port
This commit is contained in:
committed by
Brian Behlendorf
parent
ec441a9c53
commit
4ea3f86426
@@ -108,7 +108,8 @@ libshare_init(void)
|
||||
}
|
||||
|
||||
static void
|
||||
parse_sharetab(sa_handle_impl_t impl_handle) {
|
||||
parse_sharetab(sa_handle_impl_t impl_handle)
|
||||
{
|
||||
FILE *fp;
|
||||
char line[512];
|
||||
char *eol, *pathname, *resource, *fstype, *options, *description;
|
||||
@@ -759,7 +760,8 @@ alloc_share(const char *sharepath)
|
||||
}
|
||||
|
||||
static void
|
||||
free_share(sa_share_impl_t impl_share) {
|
||||
free_share(sa_share_impl_t impl_share)
|
||||
{
|
||||
sa_fstype_t *fstype;
|
||||
|
||||
fstype = fstypes;
|
||||
|
||||
Reference in New Issue
Block a user