mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-10 00:00:04 +03:00
8 lines
182 B
C
8 lines
182 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _LINUX_SWAP_H
|
||
|
#define _LINUX_SWAP_H
|
||
|
|
||
|
static inline void mm_account_reclaimed_pages(unsigned long pages) {}
|
||
|
|
||
|
#endif /* _LINUX_SWAP_H */
|