diff options
author | Matthew Macy <[email protected]> | 2019-10-18 10:23:19 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-10-18 13:23:19 -0400 |
commit | c9c9c1e213c15c0f0b94aebcea6b2268d7e8f52b (patch) | |
tree | 54563ddcec8e84ac933fd396e6f3f701db8a533d /lib | |
parent | 4313a5b4c51e2093f1b45ef9845fc77d32b09330 (diff) |
OpenZFS restructuring - ARC memory pressure
Factor Linux specific memory pressure handling out of ARC. Each
platform will have different available interfaces for managing memory
pressure.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #9472
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libzpool/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libzpool/Makefile.am b/lib/libzpool/Makefile.am index eeff12c69..9c097ce79 100644 --- a/lib/libzpool/Makefile.am +++ b/lib/libzpool/Makefile.am @@ -41,6 +41,7 @@ KERNEL_C = \ abd.c \ aggsum.c \ arc.c \ + arc_os.c \ blkptr.c \ bplist.c \ bpobj.c \ |