ceph: reduce parse_mount_args stack usage
authorSage Weil <sage@newdream.net>
Tue, 27 Oct 2009 05:07:53 +0000 (22:07 -0700)
committerSage Weil <sage@newdream.net>
Tue, 27 Oct 2009 05:07:53 +0000 (22:07 -0700)
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 <sage@newdream.net>

No differences found