bug#81605: [PATCH] stat,tail: recognize nullfs file system type
Pádraig Brady <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 12/08/2026 07:54, Collin Funk wrote: > Hi Iván, > > Iván Ezequiel Rodriguez <[email protected]> writes: > >> Linux recently added NULL_FS_MAGIC (0x4E554C4C) for nullfs. >> Teach human_fstype about it, following the guest-memfd addition. >> >> * NEWS: Mention the improvement. >> * src/stat.c (human_fstype): Add "nullfs". >> >> Signed-off-by: Iván Ezequiel Rodriguez <[email protected]> >> --- >> NEWS | 6 ++++++ >> src/stat.c | 2 ++ >> 2 files changed, 8 insertions(+) > > Thanks, I think Pádraig updates these before releases. See > README-release in your git checkout. But I doubt he will be against > adding them earlier. LGTM. Pushed. Marking this as done. thanks, Padraig.