mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
fd3d46e630
commit
b2fdfe19df
|
|
@ -16,7 +16,7 @@
|
||||||
* Large Arrays of Fixed-Size Records
|
* 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
|
* 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
|
* 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
|
* because we don't have to pin so much memory. However, array access is less
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user