]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove duplicate dnode.h include
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 27 Aug 2020 04:41:09 +0000 (21:41 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 04:41:09 +0000 (21:41 -0700)
commit03f5d2fd6a5bd74cdb15ab0499e28057d9fe48cd
tree42bf96fd0cd1b36708f76075d5375f1f72dbddda
parent4aa3b3bd471cd8b9b18fd1e67c685932763f306b
Remove duplicate dnode.h include

The zfs/sa.c source file accidentally includes sys/dnode.h twice.
Remove the second occurrence.

Reviewed-by: Matthew Ahrens <mahrens@delphix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #10816
Closes #10819
module/zfs/sa.c