From: Jeff Layton Date: Mon, 17 Nov 2014 22:02:57 +0000 (-0500) Subject: sunrpc: eliminate the XPT_DETACHED flag X-Git-Tag: omap-for-v3.19/fixes-rc1~62^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d65ef760d50cc625c5364cba89be838b21c66a7;p=pandora-kernel.git sunrpc: eliminate the XPT_DETACHED flag All it does is indicate whether a xprt has already been deleted from a list or not, which is unnecessary since we use list_del_init and it's always set and checked under the sv_lock anyway. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed