Skip to content

Commit

Permalink
Add blank line after variables
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Walker <awalker@ixsystems.com>
  • Loading branch information
anodos325 authored and Ryan Moeller committed May 14, 2021
1 parent 7bf157e commit 01cde40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/os/linux/zfs/zpl_xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1612,6 +1612,7 @@ nfsacl41i_to_zfsacl(const nfsacl41i *nacl, vsecattr_t *_vsecp)
{
int i, error = 0;
vsecattr_t vsecp;

vsecp.vsa_aclcnt = nacl->na41_aces.na41_aces_len;
vsecp.vsa_aclflags = nacl->na41_flag;
vsecp.vsa_aclentsz = vsecp.vsa_aclcnt * sizeof (ace_t);
Expand Down

0 comments on commit 01cde40

Please sign in to comment.