From: Jeff Layton Date: Mon, 1 Dec 2008 23:41:49 +0000 (-0500) Subject: cifs: don't declare smb_vol info on the stack X-Git-Tag: v2.6.29-rc1~582^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7586b76585d15db767c19255ba0ecfb164df99f7;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed