bug#81605: [PATCH] stat,tail: recognize nullfs file system type
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
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. Collin