coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] stat,tail: recognize new local FS type: pipefs


From: Jim Meyering
Subject: Re: [PATCH] stat,tail: recognize new local FS type: pipefs
Date: Mon, 26 Dec 2011 17:27:02 +0100

Pádraig Brady wrote:
> 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

Thanks for the prompt review.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]