commit | 7586b76585d15db767c19255ba0ecfb164df99f7 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Dec 01 18:41:49 2008 -0500 |
committer | Steve French <sfrench@us.ibm.com> | Fri Dec 26 02:29:10 2008 +0000 |
tree | 59768f00bddf5fc62d26f0ac250d2b043451b1fa | |
parent | 63c038c29774476c5dae759e348c269342b4dbef [diff] |
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>