]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
xfs: fix a comment in xfarray.c
authorChristoph Hellwig <hch@lst.de>
Mon, 19 Feb 2024 06:27:28 +0000 (07:27 +0100)
committerChandan Babu R <chandanbabu@kernel.org>
Wed, 21 Feb 2024 06:06:55 +0000 (11:36 +0530)
xfiles are shmem files, not memfds.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/scrub/xfarray.c

index 82b2a35a8e8630a89e71847a230ec42928fbf02b..379e1db22269c75294cfc7e449d1716e6a2e040e 100644 (file)
@@ -16,7 +16,7 @@
  * Large Arrays of Fixed-Size Records
  * ==================================
  *
- * This memory array uses an xfile (which itself is a memfd "file") to store
+ * This memory array uses an xfile (which itself is a shmem file) to store
  * large numbers of fixed-size records in memory that can be paged out.  This
  * puts less stress on the memory reclaim algorithms during an online repair
  * because we don't have to pin so much memory.  However, array access is less