-
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
elevator "none" check is reverses, regression from commit d1d7e2689db9e ("cstyle: Resolve C style issues") #4507
Milestone
Comments
Indeed it did. Please open a PR to revert this change in a fashion |
I'm unfamiliar with the process here, not sure what you mean by "open a PR". |
PR = Pull Request. |
Github shorthand for a pull request. If you can create a new one with a tiny fix for this it'll be easy to get it reviewed, merged, and attributed properly. |
nedbass
pushed a commit
to nedbass/zfs
that referenced
this issue
May 6, 2016
Commit d1d7e26 ("cstyle: Resolve C style issues") inverted the logic on the none elevator comparison. Fix this and make it cstyle warning clean. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#4507
ryao
pushed a commit
to ClusterHQ/zfs
that referenced
this issue
Jun 7, 2016
Commit d1d7e26 ("cstyle: Resolve C style issues") inverted the logic on the none elevator comparison. Fix this and make it cstyle warning clean. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#4507
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit commit d1d7e26 ("cstyle: Resolve C style issues") while cleaning up style warnings broke the none elevator comparison in module/zfs/vdev_disk.c, vdev_elevator_switch():
The code no longer returns 0 when elevator == "none".
The text was updated successfully, but these errors were encountered: