From: NeilBrown Date: Fri, 24 Jun 2005 05:04:23 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: remove cb_parsed X-Git-Tag: v2.6.13-rc1~68^2~285 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb36d6345752fa24827044c68e15f6708a40d9f6;p=pandora-kernel.git [PATCH] knfsd: nfsd4: remove cb_parsed The cb_parsed field is only used by probe_callback, to determine whether the callback information has been filled in by setclientid. But there is no way that probe_callback() can be called without that having already happened, so that check is superfluous, as is cb_parsed. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed