Re: [PATCH] Revert "lxc_fuse: Tell FUSE that /proc/meminfo is nonseekable"

2023-06-29 Thread Ján Tomko
On a Thursday in 2023, Michal Privoznik wrote: After v8.1.0-61-g030faee28d it is no longer necessary to make the /proc/meminfo file nonseekable as our code that fills the file with spoofed values can handle seeking just fine. Previously, `free(1)` was okay with failed lseek(), but this was ages

[PATCH] Revert "lxc_fuse: Tell FUSE that /proc/meminfo is nonseekable"

2023-06-29 Thread Michal Privoznik
After v8.1.0-61-g030faee28d it is no longer necessary to make the /proc/meminfo file nonseekable as our code that fills the file with spoofed values can handle seeking just fine. Previously, `free(1)` was okay with failed lseek(), but this was ages ago and meanwhile the procps project moved to cre