]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail,stat: improve support for vmhgfs
authorJim Meyering <meyering@redhat.com>
Wed, 19 Sep 2012 19:52:05 +0000 (21:52 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 23 Sep 2012 07:17:46 +0000 (09:17 +0200)
commit2dad87f6415ec68564e934ace33496db1abc68c7
tree59210e75f5592f21407d8206345d9e34ef41ce5e
parent958bef88f9a0471544d2ff4826e7e6d0483e9b1b
tail,stat: improve support for vmhgfs

Teach tail -f that it must use polling on vmhgfs file systems, and
let stat -f --format=%T report the file system type name, "vmhgfs".
* src/stat.c (human_fstype): Add a case: vmhgfs, 0xbacbacbc, remote.
* NEWS (Improvements): Mention it.
* THANKS.in: Update.
Reported by Daniel Tschinder in http://bugs.gnu.org/12461.
NEWS
THANKS.in
src/stat.c