From: J. Bruce Fields Date: Thu, 19 Jan 2006 01:43:21 +0000 (-0800) Subject: [PATCH] nfsd4: remove release_state_owner() X-Git-Tag: v2.6.16-rc2~300 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ef59548470b81829e8593c1b39776ce0534d68;p=pandora-kernel.git [PATCH] nfsd4: remove release_state_owner() It's confusing having both release_stateowner() and release_state_owner(). And as it turns out, release_state_owner() is short and only called from one place; so just remove it. Also note the confirmed check is superfluous there--preprocess_seqid_op already check this. And remove a redundant comment and a superfluous line assignment while we're at it. 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