-
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
Fix module_param() type for zfs_read_chunk_size #9051
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9051 +/- ##
==========================================
+ Coverage 77.6% 78.7% +1.09%
==========================================
Files 391 402 +11
Lines 120531 121004 +473
==========================================
+ Hits 93544 95238 +1694
+ Misses 26987 25766 -1221
Continue to review full report at Codecov.
|
Thanks, just a minor style issue. Let's wrap the entire export block with BEGIN/END CSTYLED as we've done elsewhere. |
It's unsigned long. Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Updated. It looks like this now, and
|
Codecov Report
@@ Coverage Diff @@
## master #9051 +/- ##
==========================================
+ Coverage 78.66% 78.71% +0.05%
==========================================
Files 402 402
Lines 121005 121004 -1
==========================================
+ Hits 95185 95245 +60
+ Misses 25820 25759 -61
Continue to review full report at Codecov.
|
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes openzfs#9051
zfs_read_chunk_size is unsigned long. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Closes #9051
Motivation and Context
Description
zfs_read_chunk_size
is unsigned long.How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.