tail,stat: improve support for the ceph file system
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 14 Dec 2012 23:13:55 +0000 (00:13 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Fri, 14 Dec 2012 23:15:25 +0000 (00:15 +0100)
commitc321f7450f24c495382aabf9125a2701f47e5a04
tree7bc95022a068e369f7e3a1a966e07a9d6d355b21
parent9c506806fa3904fba60d9f67f381cf90fe6f1e69
tail,stat: improve support for the ceph file system

Teach tail -f that it must use polling on ceph file systems, and
let stat -f --format=%T report the file system type name, "ceph".
Website: http://ceph.com/

* src/stat.c (human_fstype): Add a case: ceph, 0x00C36400, remote.
* NEWS (Improvements): Mention it.
* THANKS.in: Update.
Reported by Konrad Wróblewski in http://bugs.gnu.org/13172.
NEWS
THANKS.in
src/stat.c