Hi all, On 05.11.18 17:40, Michael Kerrisk (man-pages) wrote: > Hi Jakub, > > On 9/15/18 11:06 AM, Jakub Wilk wrote: >> * Lucas Werkmeister <mail@xxxxxxxxxxxxxxxxxxx>, 2018-09-14, 00:37: >>> +Among the filesystems that provide that support are >>> +ext4 (since Linux 3.15), >>> +.\" ext4: commit 0a7c3937a1f23f8cb5fc77ae01661e9968a51d0c >>> +btrfs, shmem and cifs (since Linux 3.17), >> >> Does "shmem" mean "tmpfs" or something else in this context? > > I'm think it does actually mean tmpfs in this context, > and I've made that change. I *think* I looked into this a bit back when I wrote the patch, and IIRC, my understanding was that shmem referred to an internal kernel FS backing not just tmpfs but also the older ramfs. But I guess ultimately that’s not something the user is likely to care about, so tmpfs is better. And in either case I’ve forfeited any right to complain about what you did to this patch by postponing my replies for way too long :/ Thanks for applying! Cheers, Lucas