blob: 8186422234dafd69837054af706ae90fc211949e (
plain)
1
2
3
4
5
6
7
|
/* 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 */
|