From: J. Bruce Fields Date: Mon, 25 Oct 2010 16:50:15 +0000 (-0400) Subject: svcrpc: don't set then immediately clear XPT_DEFERRED X-Git-Tag: v2.6.38-rc1~51^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62bac4af3d778f6d06d351c0442008967c512588;p=pandora-kernel.git svcrpc: don't set then immediately clear XPT_DEFERRED There's no harm to doing this, since the only caller will immediately call svc_enqueue() afterwards, ensuring we don't miss the remaining deferred requests just because XPT_DEFERRED was briefly cleared. But why not just do this the simple way? Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed