diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-26 11:43:39 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-26 11:43:39 +0200 |
commit | f563dab41733c0e73202a8a5977b441715dc9946 (patch) | |
tree | a978195ff9d0302f623990bbb7f2e677b0cfeeb7 /drivers/scsi/virtio_scsi.c | |
parent | goldfish_pipe: An implementation of more parallel pipe (diff) | |
download | linux-f563dab41733c0e73202a8a5977b441715dc9946.tar.xz linux-f563dab41733c0e73202a8a5977b441715dc9946.zip |
goldfish_pipe: fix build warning about using too much stack.
The new goldfish_pipe code used too much stack space in the
transfer_max_buffers() call. As the function is serialized with a lock,
let's make the buffer static to not use the stack for the large buffer.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Yurii Zubrytskyi <zyy@google.com>
Cc: Jin Qian <jinqian@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/virtio_scsi.c')
0 files changed, 0 insertions, 0 deletions