xfs: fix a comment in xfarray.c

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>
This commit is contained in:
Christoph Hellwig 2024-02-19 07:27:28 +01:00 committed by Chandan Babu R
parent fd3d46e630
commit b2fdfe19df

View 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