- Timestamp:
- 09/17/05 18:16:38 (7 years ago)
- Files:
-
- crypto/deflate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
crypto/deflate.c
r1 r5 77 77 stream->workspace = __vmalloc(zlib_deflate_workspacesize(), 78 78 deflate_gfp()|__GFP_HIGHMEM, 79 PAGE_KERNEL );79 PAGE_KERNEL,0); 80 80 if (!stream->workspace ) { 81 81 ret = -ENOMEM;
