]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Remove duplicate include of sys/zfeature.h in dmu_objset.c
authorAllan Jude <allan@klarasystems.com>
Fri, 31 Jul 2020 16:04:45 +0000 (12:04 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 16:04:45 +0000 (09:04 -0700)
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Closes #10636

module/zfs/dmu_objset.c

index 30be3c4f2a9b13fb1f7fd12f7158b77f9a78522f..bf488384de8128868388bb466b2249cc69943fa1 100644 (file)
@@ -34,7 +34,6 @@
 
 /* Portions Copyright 2010 Robert Milkowski */
 
-#include <sys/zfeature.h>
 #include <sys/cred.h>
 #include <sys/zfs_context.h>
 #include <sys/dmu_objset.h>