]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit7b813c46021e8f4909772a5bbfb5212bd140764c
tree50655ab84f6347ec11a4423f22093fbb7a944e87
parentecb19c4649d7396737eb0d91a475661fe9d7c028
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 <sage@newdream.net>
fs/ceph/super.c