]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tail: fix --follow to use polling mode for VXFS
authorPádraig Brady <P@draigBrady.com>
Fri, 13 Jun 2014 08:16:31 +0000 (09:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 13 Jun 2014 09:12:39 +0000 (10:12 +0100)
commit8a51bd37362cdbfc2fab50458a67452a546dcfaf
tree2a09e1a860751799fca9e8e052197a72d37aab19
parent4f169fe49bc6788cd1d5e5cce84b41d40f053d5f
tail: fix --follow to use polling mode for VXFS

Veritas File System can run in single instance or clustered mode,
so mark as remote to avoid using inotify for the latter case.

* src/stat.c (human_fstype): Tag VXFS as remote, to use polling
for the clustered variant (VXCFS).
* NEWS: Mention the bug fix.

Reported by Ondřej Vašík in http://bugzilla.redhat.com/1104244
Fixes http://bugs.gnu.org/17770
NEWS
src/stat.c