cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 17 Jun 2011 13:20:04 +0000 (09:20 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 24 Jun 2011 22:39:42 +0000 (18:39 -0400)
no need to wait until cifs_read_super() and we need it done
by the time cifs_mount() will be called.

Acked-by: Pavel Shilovsky <piastryyy@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found