diff options
author | Scott Feldman <sfeldma@gmail.com> | 2015-03-15 23:04:46 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-16 15:56:36 -0400 |
commit | 04f49faf70d4c056cd6576ff0614bb54e7a70bbc (patch) | |
tree | 3491cfb14f4fb8636eea6979a8163dbf7aff8dcc /lib/rhashtable.c | |
parent | b35f504a0c2631d57ebbb5b5b85a9055f62dce88 (diff) | |
download | lwn-04f49faf70d4c056cd6576ff0614bb54e7a70bbc.tar.gz lwn-04f49faf70d4c056cd6576ff0614bb54e7a70bbc.zip |
rocker: replace fixed stack allocation with dynamic allocation
In hast to fix some sparse warning, I hard-coded a fix-sized array on the stack
which is probably too big for kernel standards. Fix this by converting array
to dynamic allocation.
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/rhashtable.c')
0 files changed, 0 insertions, 0 deletions