commit | ece0767641740c7eea7aee5a332728e115b00eab | [log] [tgz] |
---|---|---|
author | Shyam Prasad N <sprasad@microsoft.com> | Sun Jan 16 13:28:34 2022 +0000 |
committer | Steve French <stfrench@microsoft.com> | Wed Jan 19 11:10:55 2022 -0600 |
tree | bd652a7936713290f89fc9bfc6bdac1eb36731c6 | |
parent | e154cb7b0ab961f9d785ed34c2d7128413e7083d [diff] |
cifs: remove repeated state change in dfs tree connect cifs_tree_connect checks and sets the tidStatus for the tcon. cifs_tree_connect also calls a dfs specific tree connect function, which also does similar checks. This should not happen. Removing it with this change. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>