On 12/26/2011 03:50 PM, Jim Meyering wrote: > --- a/src/stat.c > +++ b/src/stat.c
> + case S_MAGIC_PIPEFS: /* 0x50495045 remote */ > + /* FIXME: change syntax or add an optional attribute like "inotify:no". > + The above is labeled as "remote" so that tail always uses polling, > + but this isn't really a remote file system type. */ > + return "pipefs"; looks good
