cifs: don't declare smb_vol info on the stack
authorJeff Layton <jlayton@redhat.com>
Mon, 1 Dec 2008 23:41:49 +0000 (18:41 -0500)
committerSteve French <sfrench@us.ibm.com>
Fri, 26 Dec 2008 02:29:10 +0000 (02:29 +0000)
commit7586b76585d15db767c19255ba0ecfb164df99f7
tree59768f00bddf5fc62d26f0ac250d2b043451b1fa
parent63c038c29774476c5dae759e348c269342b4dbef
cifs: don't declare smb_vol info on the stack

struct smb_vol is fairly large, it's probably best to kzalloc it...

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c