-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant includes. #10415
Remove redundant includes. #10415
Conversation
Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Clearly we missed this file when removing unneeded headers.
Codecov Report
@@ Coverage Diff @@
## master #10415 +/- ##
==========================================
+ Coverage 79.61% 79.68% +0.07%
==========================================
Files 391 391
Lines 123603 123603
==========================================
+ Hits 98402 98496 +94
+ Misses 25201 25107 -94
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic 👍
By removing excessive includes it takes us a small step close to compiling this file in userland. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net> Closes openzfs#10415
By removing excessive includes it takes us a small step close to compiling this file in userland. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net> Closes #10415
By removing excessive includes it takes us a small step close to compiling this file in userland. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net> Closes openzfs#10415
By removing excessive includes it takes us a small step close to compiling this file in userland. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net> Closes openzfs#10415
Signed-off-by: Pawel Jakub Dawidek pawel@dawidek.net
Motivation and Context
By removing excessive includes it takes us a small step close to compile this file in userland.
How Has This Been Tested?
The changes was tested by compiling OpenZFS on FreeBSD 13.0-CURRENT (the modified file is FreeBSD-specific). The compiled module was loaded, I imported a pool, performed few basic operations, include 'zfs jail' and 'zfs unjail' defined in the modified file.
Types of changes
Checklist:
Signed-off-by
.