From: Dan Carpenter Date: Wed, 10 Apr 2013 11:43:00 +0000 (+0300) Subject: cifs: small variable name cleanup X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~27^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13ce4bbcae6181eb9cdda5a5bf88a28b0acd7aa;p=pandora-kernel.git cifs: small variable name cleanup server and ses->server are the same, but it's a little bit ugly that we lock &ses->server->srv_mutex and unlock &server->srv_mutex. It causes a false positive in Smatch about inconsistent locking. Signed-off-by: Dan Carpenter Signed-off-by: Steve French Signed-off-by: Steve French --- Reading git-diff-tree failed