From: Sage Weil Date: Tue, 27 Oct 2009 05:07:53 +0000 (-0700) Subject: ceph: reduce parse_mount_args stack usage X-Git-Tag: v2.6.34-rc2~9^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b813c46021e8f4909772a5bbfb5212bd140764c;p=pandora-kernel.git ceph: reduce parse_mount_args stack usage Since we've increased the max mon count, we shouldn't put the addr array on the parse_mount_args stack. Put it on the heap instead. Signed-off-by: Sage Weil --- Reading git-diff-tree failed