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 openzfs#10816 
Closes openzfs#10819
  • Loading branch information
behlendorf authored and RageLtMan committed May 31, 2021
1 parent 50505a9 commit fbe90fc
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 fbe90fc

Please sign in to comment.