From 8faf269250e8eff5f5dd164dfa1d661c34f52ade Mon Sep 17 00:00:00 2001 From: Yigal Korman Date: Wed, 13 Apr 2016 16:15:20 +0300 Subject: stat,tail: add support for M1FS * src/stat.c (human_fstype): Add file system ID definition. * NEWS (Improvements): Mention the change, moving the previously added "prl_fs" change note from "Changes in behavior" to here. Fixes http://bugs.gnu.org/23283 --- src/stat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stat.c b/src/stat.c index 4d7ead302..ab69fbe7a 100644 --- a/src/stat.c +++ b/src/stat.c @@ -364,6 +364,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf) return "logfs"; case S_MAGIC_LUSTRE: /* 0x0BD00BD0 remote */ return "lustre"; + case S_MAGIC_M1FS: /* 0x5346314D local */ + return "m1fs"; case S_MAGIC_MINIX: /* 0x137F local */ return "minix"; case S_MAGIC_MINIX_30: /* 0x138F local */ -- cgit v1.2.3-54-g00ecf