From: J. Bruce Fields Date: Mon, 18 Mar 2013 21:31:30 +0000 (-0400) Subject: nfsd4: simplify bind_conn_to_session locking X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~48^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6e6c17733ecf01c05a693ced8349ccf8101fd8;p=pandora-kernel.git nfsd4: simplify bind_conn_to_session locking The locking here is very fiddly, and there's no reason for us to be setting cstate->session, since this is the only op in the compound. Let's just take the state lock and drop the reference counting. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed