From: Christoph Hellwig Date: Mon, 19 Feb 2024 06:27:28 +0000 (+0100) Subject: xfs: fix a comment in xfarray.c X-Git-Tag: v6.9-rc1~129^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2fdfe19dfd70ba047ab720eb52f00651ef8a5cd;p=thirdparty%2Fkernel%2Flinux.git xfs: fix a comment in xfarray.c xfiles are shmem files, not memfds. Signed-off-by: Christoph Hellwig Reviewed-by: "Darrick J. Wong" Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/scrub/xfarray.c b/fs/xfs/scrub/xfarray.c index 82b2a35a8e863..379e1db22269c 100644 --- a/fs/xfs/scrub/xfarray.c +++ b/fs/xfs/scrub/xfarray.c @@ -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