Skip to content

Commit

Permalink
Upstream: squash baby
Browse files Browse the repository at this point in the history
Not defined gives warnings.
  • Loading branch information
lundman committed Dec 16, 2020
1 parent 61c2b6e commit 2c7287f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/zfs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ zfs_xattr_owner_unlinked(znode_t *zp)
}
if (tzp != zp)
zrele(tzp);
#elif __APPLE__
#elif defined(__APPLE__)
VERIFY(ZTOV(zp) != NULL);
if (VN_HOLD(ZTOV(zp)) == 0) {
/*
Expand Down

0 comments on commit 2c7287f

Please sign in to comment.