diff options
| author | Jerome Marchand <jmarchan@redhat.com> | 2011-11-30 17:16:16 +0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-09 02:59:48 +0400 |
| commit | fb927284e4d3a0c50a47063ff9be1fe3f5511f61 (patch) | |
| tree | 3e0668f81ee49068e1f5d70929a8256634dc8471 /scripts/kernel-doc | |
| parent | 04e7bbad44c1a0c449719f90d507d13e015f1444 (diff) | |
| download | linux-fb927284e4d3a0c50a47063ff9be1fe3f5511f61.tar.xz | |
Staging: zram: Add a missing GFP_KERNEL specifier in zram_init_device()
The allocation of zram->compress_buffer is misssing a GFP_* specifier.
This is equivalent to GFP_NOWAIT but it is more likely a omission.
Since the allocation just above it uses GFP_KERNEL, there is no reason
to use GFP_NOWAIT here. Therefore, add GFP_KERNEL.
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions
