From: Julia Lawall Date: Mon, 22 Dec 2008 21:53:40 +0000 (+0000) Subject: [CIFS] Remove redundant test X-Git-Tag: v2.6.29-rc1~582^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359d67d6ad054ae11ad459665fdfb883aca87782;p=pandora-kernel.git [CIFS] Remove redundant test In fs/cifs/cifssmb.c, pLockData is tested for being NULL at the beginning of the function, and not reassigned subsequently. A simplified version of the semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) Signed-off-by: Julia Lawall Signed-off-by: Steve French --- Reading git-diff-tree failed