stat,tail: recognize new FS types: bdevfs, inodefs, qnx6
authorJim Meyering <meyering@redhat.com>
Thu, 10 May 2012 13:46:08 +0000 (15:46 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 10 May 2012 14:00:34 +0000 (16:00 +0200)
commite12107148944a6c03f5767a76b6acf5714bae7df
treea13e10ed5bf05289b15cf704c9af63a812d81340
parent53276320df7f072d271e44a528c6b5ef1aca554d
stat,tail: recognize new FS types: bdevfs, inodefs, qnx6

* src/stat.c (human_fstype) [__linux__]: Add 'case's for these local
file system types: bdevfs (0x62646576), inodefs (0x42494E4D),
qnx6 (0x68191122).
Now that the kernel has a name for S_MAGIC_BINFMTFS, use
theirs in place of our S_MAGIC_BINFMT_MISC.
* NEWS (New features): Mention it.
NEWS
src/stat.c