git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb19c4
)
ceph: reduce parse_mount_args stack usage
author
Sage Weil
<sage@newdream.net>
Tue, 27 Oct 2009 05:07:53 +0000
(22:07 -0700)
committer
Sage 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