]> git.ipfire.org Git - thirdparty/coreutils.git/commit
stat,tail: add support for the VBOXSF file system
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 19 Jun 2020 18:33:55 +0000 (20:33 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sat, 20 Jun 2020 14:07:19 +0000 (16:07 +0200)
commitf5644c986ce39c6ca5fffbae30a2828b8ee56502
treefb72ed27fe9a894ac9a0d33ccbaeb90752bdb919
parent25725f9d41735d176d73a757430739fb71c7d043
stat,tail: add support for the VBOXSF file system

* src/stat.c (human_fstype): Add case for the 'vboxsf' file system type
which is used for VirtualBox Shared Folders mounted in VirtualBox guest
VMs.
* NEWS: Mention the Improvement.
Fixes https://bugs.gnu.org/41935
NEWS
src/stat.c