]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blob - mm/damon/sysfs-common.c
mm/damon/sysfs: move sysfs_lock to common module
[mirror_ubuntu-kernels.git] / mm / damon / sysfs-common.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Common Primitives for DAMON Sysfs Interface
4 *
5 * Author: SeongJae Park <sj@kernel.org>
6 */
7
8 #include "sysfs-common.h"
9
10 DEFINE_MUTEX(damon_sysfs_lock);
11