From: Rakib Mullick Date: Tue, 1 Nov 2011 06:23:42 +0000 (+0600) Subject: nfs: Remove unused variable from write.c X-Git-Tag: v3.2-rc1~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b72c9ccd22c4a3299e5a358dcd639fb253730f4;p=pandora-kernel.git nfs: Remove unused variable from write.c 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed