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:
6f276e4
)
nfs: Remove unused variable from write.c
author
Rakib Mullick
<rakib.mullick@gmail.com>
Tue, 1 Nov 2011 06:23:42 +0000
(12:23 +0600)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 3 Nov 2011 03:50:24 +0000
(23:50 -0400)
When CONFIG_NFS=y and CONFIG_NFS_V3_{,V4}=n we get the following warning.
fs/nfs/write.c: In function ‘nfs_writeback_done’:
fs/nfs/write.c:1246:21: warning: unused variable ‘server’
Remove the variable 'server' to fix the above warning.
Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c
patch
|
blob
|
history
diff --cc
fs/nfs/write.c
Simple merge