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: Pádraig Brady
Subject: Re: [PATCH] stat,tail: recognize new local FS type: pipefs
Date: Mon, 26 Dec 2011 16:07:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0

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



reply via email to

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