diff options
author | KOSAKI Motohiro <[email protected]> | 2012-05-31 16:26:31 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-05-31 17:49:31 -0700 |
commit | fd1f87d24d492fda464bedf10a5dd5174ff9b065 (patch) | |
tree | fe2de6c714277ee2ea739d1bfa81a0e539f0a46a /net/lapb/lapb_in.c | |
parent | e6315bb154e778391ce64b194756bd3d108dadf6 (diff) |
mqueue: don't use kmalloc with KMALLOC_MAX_SIZE
KMALLOC_MAX_SIZE is not a good threshold. It is extremely high and
problematic. Unfortunately, some silly drivers depend on this and we
can't change it. But any new code needn't use such extreme ugly high
order allocations. It brings us awful fragmentation issues and system
slowdown.
Signed-off-by: KOSAKI Motohiro <[email protected]>
Acked-by: Doug Ledford <[email protected]>
Acked-by: Joe Korty <[email protected]>
Cc: Amerigo Wang <[email protected]>
Cc: Serge E. Hallyn <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Joe Korty <[email protected]>
Cc: Manfred Spraul <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions