mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
fix build for glibc prior to 2.33
Signed-off-by: Alexander Fougner <fougner89@gmail.com>
This commit is contained in:
parent
262e548a84
commit
244046945a
@ -69,7 +69,7 @@ void run_shrinkers(gfp_t gfp_mask, bool allocation_failed)
|
|||||||
{
|
{
|
||||||
struct shrinker *shrinker;
|
struct shrinker *shrinker;
|
||||||
struct sysinfo info;
|
struct sysinfo info;
|
||||||
struct mallinfo2 malloc_info = mallinfo2();
|
struct mallinfo malloc_info = mallinfo();
|
||||||
s64 want_shrink;
|
s64 want_shrink;
|
||||||
|
|
||||||
if (!(gfp_mask & GFP_KERNEL))
|
if (!(gfp_mask & GFP_KERNEL))
|
||||||
|
Loading…
Reference in New Issue
Block a user