diff options
| author | Andrew Morton <akpm@osdl.org> | 2005-09-23 13:24:10 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-23 13:35:37 -0700 |
| commit | dbdb90450059e17e8e005ebd3ce0a1fd6008a0c8 (patch) | |
| tree | 0dc0220667566698e5c602bcd408d4255c86037a /scripts | |
| parent | [PATCH] documentation: sparse no longer uses bk, but git (diff) | |
| download | linux-dbdb90450059e17e8e005ebd3ce0a1fd6008a0c8.tar.gz linux-dbdb90450059e17e8e005ebd3ce0a1fd6008a0c8.zip | |
[PATCH] revert oversized kmalloc check
As davem points out, this wasn't such a great idea. There may be some code
which does:
size = 1024*1024;
while (kmalloc(size, ...) == 0)
size /= 2;
which will now explode.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Christoph Lameter <christoph@lameter.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
