stat,tail: sync with latest Linux file systems
commit286a401bc5d98e36c23824270d3410cd6fa8bc13
authorPádraig Brady <P@draigBrady.com>
Sat, 26 Nov 2016 16:10:53 +0000 (26 16:10 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 27 Nov 2016 00:28:16 +0000 (27 00:28 +0000)
tree9f5b7f8b752674217b63ab5af03f4e61a681a50d
parent4535563318c9c82a9f41f73f97b948952c13c6d7
stat,tail: sync with latest Linux file systems

Update with the results from:

  kgit='https://git.kernel.org/cgit/linux/kernel/git'
  wget -q $kgit/torvalds/linux.git/plain/include/uapi/linux/magic.h \
    -O src/fs-latest-magic.h
  make src/fs-magic-compare

* src/stat.c (human_fstype): Add entries for:
BALLOON_KVM, CGROUP2, DAXFS, ZSMALLOC.
src/stat.c