Skip to content

Commit

Permalink
Remove duplicate dnode.h include
Browse files Browse the repository at this point in the history
The zfs/sa.c source file accidentally includes sys/dnode.h twice.
Remove the second occurrence.

Reviewed-by: Matthew Ahrens <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #10816
Closes #10819
  • Loading branch information
behlendorf committed Aug 27, 2020
1 parent 79d6a1b commit 4f6167d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/zfs/sa.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <sys/sa.h>
#include <sys/sunddi.h>
#include <sys/sa_impl.h>
#include <sys/dnode.h>
#include <sys/errno.h>
#include <sys/zfs_context.h>

Expand Down

0 comments on commit 4f6167d

Please sign in to comment.