diff options
author | Darrick J. Wong <djwong@kernel.org> | 2023-08-10 07:48:07 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2023-08-10 07:48:07 -0700 |
commit | a76dba3b248cb0c2b93d66f463d5ca3cf7037d28 (patch) | |
tree | 7da52050f3b0926f0eb709697d9fba3a6abcdde2 /fs/xfs/xfs_linux.h | |
parent | 764018caa99f7629cefc92257a26b83289a674f3 (diff) | |
download | linux-a76dba3b248cb0c2b93d66f463d5ca3cf7037d28.tar.gz linux-a76dba3b248cb0c2b93d66f463d5ca3cf7037d28.tar.bz2 linux-a76dba3b248cb0c2b93d66f463d5ca3cf7037d28.zip |
xfs: create scaffolding for creating debugfs entries
Set up debugfs directories for xfs as a whole, and a subdirectory for
each mounted filesystem. This will enable the creation of debugfs files
in the next patch.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_linux.h')
-rw-r--r-- | fs/xfs/xfs_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_linux.h b/fs/xfs/xfs_linux.h index 74dcb05069e8..e9d317a3dafe 100644 --- a/fs/xfs/xfs_linux.h +++ b/fs/xfs/xfs_linux.h @@ -63,6 +63,7 @@ typedef __u32 xfs_nlink_t; #include <linux/rhashtable.h> #include <linux/xattr.h> #include <linux/mnt_idmapping.h> +#include <linux/debugfs.h> #include <asm/page.h> #include <asm/div64.h> |