Paulo Alcantara 56c762eb9b cifs: Refactor out cifs_mount()
* Split and refactor the very large function cifs_mount() in multiple
  functions:

- tcp, ses and tcon setup to mount_get_conns()
- tcp, ses and tcon cleanup in mount_put_conns()
- tcon tlink setup to mount_setup_tlink()
- remote path checking to is_path_remote()

* Implement 2 version of cifs_mount() for DFS-enabled builds and
  non-DFS-enabled builds (CONFIG_CIFS_DFS_UPCALL).

In preparation for DFS failover support.

Signed-off-by: Paulo Alcantara <palcantara@suse.de>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2018-12-23 23:00:38 -06:00
..
2018-06-12 16:19:22 -07:00
2018-12-23 23:00:38 -06:00
2018-12-23 23:00:38 -06:00
2018-12-23 22:38:14 -06:00
2018-08-07 14:15:41 -05:00
2012-07-24 10:25:13 -05:00
2018-07-05 13:48:24 -05:00
2013-09-08 14:54:24 -05:00