diff options
author | Randall P. Embry <rpembry@gmail.com> | 2025-09-26 18:27:30 +0900 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2025-09-27 21:44:36 +0900 |
commit | 86db0c32f16c5538ddb740f54669ace8f3a1f3d7 (patch) | |
tree | 10babba19156f95d9097acc84ed70ae24658dead /kernel/entry/virt.c | |
parent | 623fa18f6c94e589b29c4e6277943364f1bb71d6 (diff) |
9p: fix /sys/fs/9p/caches overwriting itself
caches_show() overwrote its buffer on each iteration,
so only the last cache tag was visible in sysfs output.
Properly append with snprintf(buf + count, …).
Signed-off-by: Randall P. Embry <rpembry@gmail.com>
Message-ID: <20250926-v9fs_misc-v1-2-a8b3907fc04d@codewreck.org>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
Diffstat (limited to 'kernel/entry/virt.c')
0 files changed, 0 insertions, 0 deletions