Bug 509127

Summary: compiler warning in fs/nfsd/nfssvc.c
Product: Red Hat Enterprise Linux 4 Reporter: Jeff Layton <jlayton>
Component: kernelAssignee: Jeff Layton <jlayton>
Status: CLOSED DUPLICATE QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: low Docs Contact:
Priority: low    
Version: 4.8CC: 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:
Description Flags
patch -- fix minor compiler warning none

Description Jeff Layton 2009-07-01 13:38:21 UTC
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.

Comment 1 Peter Staubach 2009-07-01 13:45:49 UTC
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.

Comment 2 Jeff Layton 2009-07-01 14:00:44 UTC
Yep, totally harmless warning, but since I was poking around in there anyway I figured I'd roll a patch for it.

Comment 3 Jeff Layton 2009-09-24 11:27:21 UTC
Folding this patch in with some other fixes in the same area.

*** This bug has been marked as a duplicate of bug 501500 ***