Bug 509127
| Summary: | compiler warning in fs/nfsd/nfssvc.c | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Jeff Layton <jlayton> | ||||
| Component: | kernel | Assignee: | Jeff Layton <jlayton> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 4.8 | CC: | staubach, steved | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-24 11:27:21 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
This has existed for a very long and we mostly been waiting for some other change to nfssrv.c to make this change as well. Yep, totally harmless warning, but since I was poking around in there anyway I figured I'd roll a patch for it. Folding this patch in with some other fixes in the same area. *** This bug has been marked as a duplicate of bug 501500 *** |
Created attachment 350111 [details] patch -- fix minor compiler warning Minor compiler warning: CC [M] fs/nfsd/nfssvc.o fs/nfsd/nfssvc.c:121: warning: initialization from incompatible pointer type looks fairly harmless, but should be simple to fix.