commit | 4f6e6c17733ecf01c05a693ced8349ccf8101fd8 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Mar 18 17:31:30 2013 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Apr 03 11:48:39 2013 -0400 |
tree | ece553ed54e04990a9adc08840f0a3b019db7ea5 | |
parent | abcdff09a05117112aa22cd84939039655bca710 [diff] |
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 <bfields@redhat.com>