diff options
author | Sergey Senozhatsky <sergey.senozhatsky@gmail.com> | 2016-07-27 00:22:59 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-27 01:19:19 +0200 |
commit | 16d37725a042cc66f9ee95889dd40e734264508e (patch) | |
tree | c874e273c4293300221a20cd9f50bf65e41d0efa /Documentation/filesystems | |
parent | zram: add more compression algorithms (diff) | |
download | linux-16d37725a042cc66f9ee95889dd40e734264508e.tar.xz linux-16d37725a042cc66f9ee95889dd40e734264508e.zip |
zram: drop gfp_t from zcomp_strm_alloc()
We now allocate streams from CPU_UP hot-plug path, there are no
context-dependent stream allocations anymore and we can schedule from
zcomp_strm_alloc(). Use GFP_KERNEL directly and drop a gfp_t parameter.
Link: http://lkml.kernel.org/r/20160531122017.2878-9-sergey.senozhatsky@gmail.com
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions