diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-05-30 08:34:22 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-25 03:37:30 -0400 |
commit | b46ddf5d187d603f72389ac047a99e80edb6285d (patch) | |
tree | bdd50cc014cfc9e112ffbecb6a3978b309a4b586 /include/linux/lockd/bind.h | |
parent | 12e4158927c733d15917e3406cdf1c20885b30f9 (diff) |
Use vmalloc() to allocate Feather-Trace buffers
Allocating contiguous buffers with kmalloc() is subject to severe
maximum size limits. For Feather-Trace to work, we don't actually need
*physically* contiguous memory; virtually contiguous memory is
sufficient. By switching to vmalloc(), the code gets simpler and we
can support much larger buffers.
For convenience, this patch also adds a configuration option for
the desired Feather-Trace buffer size and increases the default
size.
Diffstat (limited to 'include/linux/lockd/bind.h')
0 files changed, 0 insertions, 0 deletions