git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4aeff
)
NFS: Fix compiler warnings
author
Bryan Schumaker
<bjschuma@netapp.com>
Tue, 22 May 2012 14:10:03 +0000
(10:10 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 22 May 2012 20:43:04 +0000
(16:43 -0400)
The "struct inode *inode" was only used in a dprintk, so compiling with
CONFIG_SUNRPC_DEBUG off triggers a warning. To get around this, I
remove the "struct inode *inode" variable and instead change the
dprintk()s to use hdr->inode instead.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found