commit | 232341ba7fa15115d40f6aa0f8dd14e96e3ad375 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Aug 05 13:58:38 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Mon Aug 16 20:34:48 2010 +0000 |
tree | 1e9c2232b754d99616e5f7770d4c637438411455 | |
parent | 5d9ac7fd32f600f9451ea58abdb07f7ed42e921d [diff] |
cifs: consolidate error handling in several functions cifs has a lot of complicated functions that have to clean up things on error, but some of them don't have all of the cleanup code well-consolidated. Clean up and consolidate error handling in several functions. This is in preparation of later patches that will need to put references to the tcon link container. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>