commit | 3ba6367124f3f07c91ea45a3ea24bbf4c5429bfc | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Sep 11 15:37:40 2012 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 01 17:39:59 2012 -0400 |
tree | 6809e44b3c33c0fdd6639e5115142c8bac92fc7a | |
parent | 497305014864ea9e32adf7e8a06081209a5e7c42 [diff] |
nfsd4: separate connection allocation and initialization It'll be useful to have connection allocation and initialization as separate functions. Also, note we'd been ignoring the alloc_conn error return in bind_conn_to_session. Signed-off-by: J. Bruce Fields <bfields@redhat.com>