summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-02-04 16:20:58 -0800
committerDarrick J. Wong <djwong@kernel.org>2021-03-25 17:08:36 -0700
commit20e9d03d164e2961fdb77243182211632d7afdbd (patch)
tree588075f935e51c81ca2134d1fedfaaf1b56fb3bb /include
parentcfa66f810f957e7da313955362910d0d39f7ef93 (diff)
xfs: allow bulkstat to return metadata directories
Allow the V5 bulkstat ioctl to return information about metadata directory files so that xfs_scrub can find and scrub them, since they are otherwise ordinary directories. (Metadata files of course require per-file scrub code and hence do not need exposure.) Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/fiexchange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/fiexchange.h b/include/uapi/linux/fiexchange.h
index 17372590371a..2a6101c6de75 100644
--- a/include/uapi/linux/fiexchange.h
+++ b/include/uapi/linux/fiexchange.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later WITH Linux-syscall-note */
/*
- * FIEXCHANGE ioctl definitions, to facilitate exchanging parts of files.
+ * FIEXCHANGE_RANGE ioctl definitions, to facilitate exchanging parts of files.
*
* Copyright (C) 2021 Oracle. All Rights Reserved.
*