Skip to content
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

compilation fix for 4.9 kernel #88

Merged
merged 2 commits into from
Feb 11, 2020
Merged

compilation fix for 4.9 kernel #88

merged 2 commits into from
Feb 11, 2020

Conversation

sulakshm
Copy link
Contributor

Signed-off-by: Lakshmi Narasimhan Sundararajan lns@portworx.com

Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>
Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>
@sulakshm sulakshm merged commit 48a672a into v2.5.0 Feb 11, 2020
sulakshm pushed a commit that referenced this pull request Feb 11, 2020
* fix for 4.9 kernel

Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>

Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>

Conflicts:
	pxd_fastpath.c
Copy link
Contributor

@jrivera-px jrivera-px left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks, actually one min... Last night I also changed pxd.c to get around the below error.. replaced the '->' with '.' in both places so it would be q->backing_dev_info.congested_fn = pxd_device_congested; and q->backing_dev_info.congested_data = pxd_dev;. Can you add this change to this branch and put them in together?

/home/px-fuse/pxd.c:600:22: error: invalid type argument of '->' (have 'struct backing_dev_info')
q->backing_dev_info->congested_fn = pxd_device_congested;
^
/home/px-fuse/pxd.c:601:22: error: invalid type argument of '->' (have 'struct backing_dev_info')
q->backing_dev_info->congested_data = pxd_dev;

sulakshm added a commit that referenced this pull request Feb 14, 2020
* fix for 4.9 kernel

Signed-off-by: Lakshmi Narasimhan Sundararajan <lns@portworx.com>

Conflicts:
	pxd_fastpath.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants