From: David S. Miller Date: Tue, 12 Apr 2011 22:58:41 +0000 (-0700) Subject: 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() X-Git-Tag: v3.0-rc1~377^2~439 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095d3da610d4022d341c517c59dd5a5d656d966f;p=pandora-kernel.git 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() Fixes the following warnings: net/9p/client.c:1305:18: warning: variable ‘total’ set but not used [-Wunused-but-set-variable] net/9p/client.c:1370:18: warning: variable ‘total’ set but not used [-Wunused-but-set-variable] net/9p/client.c:1769:18: warning: variable ‘total’ set but not used [-Wunused-but-set-variable] Signed-off-by: David S. Miller --- Reading git-diff-tree failed