commit | 497826af60f812240ed5b6ba80541f7c9f2154d9 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Tue May 22 10:10:03 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue May 22 16:43:04 2012 -0400 |
tree | b741b4f133aa89a6c6e50bf1a1704f550e59cf9d | |
parent | bd4aeffb5b89070ae93c579f1d5a0758f7123e8b [diff] |
NFS: Fix compiler warnings 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>