12 lines
195 B
C
12 lines
195 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Common Primitives for DAMON Sysfs Interface
|
||
|
*
|
||
|
* Author: SeongJae Park <sj@kernel.org>
|
||
|
*/
|
||
|
|
||
|
#include "sysfs-common.h"
|
||
|
|
||
|
DEFINE_MUTEX(damon_sysfs_lock);
|
||
|
|