tail: with -f, use nanosleep (not inotify) on a GPFS file system
commitd191bfe8a688d40aac0e3626b434b54ddbafd072
authorMartial Bornet <mbornet.pro@gmail.com>
Thu, 20 Oct 2011 17:18:09 +0000 (20 19:18 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 21 Oct 2011 07:03:30 +0000 (21 09:03 +0200)
tree17b24f624f0598d799db3a17ad862dd097be133b
parentf5b498c09ab399d1c721e30d38a2837dca2b73e9
tail: with -f, use nanosleep (not inotify) on a GPFS file system

Because tail's fremote function did not designate GPFS as
a remote file system type, tail -f would mistakenly attempt
to use inotify, which cannot work with a remote file system.
* src/tail.c (fremote): List GPFS as a remote file system type.
* NEWS (Bug fixes): Mention it.
Reported in http://bugs.debian.org/646022.
NEWS
src/tail.c