[Bug 223015] tmpfs does not support sparse files

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 20 Jan 2023 03:25:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223015

--- Comment #14 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=06e03b4b0d24bc0c513eb7dc5651664565d0c219

commit 06e03b4b0d24bc0c513eb7dc5651664565d0c219
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-10-20 13:17:43 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-01-20 03:19:50 +0000

    tmpfs: for used pages, account really allocated pages, instead of file
sizes

    PR:     223015
    Tested by:      pho

    (cherry picked from commit 37aea2649ff707f23d35309d882b38e9ac818e42)

 sys/fs/tmpfs/tmpfs.h        |  18 ++++++-
 sys/fs/tmpfs/tmpfs_subr.c   | 118 ++++++++++++++++++++++++++++++++++++++++----
 sys/fs/tmpfs/tmpfs_vfsops.c |   6 ++-
 sys/fs/tmpfs/tmpfs_vnops.c  |  17 +++++--
 sys/kern/uipc_shm.c         |   2 +-
 5 files changed, 144 insertions(+), 17 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.