[PATCH] stat: recognize MQUEUE file systems

2011-06-24 Thread Pádraig Brady
I noticed the mqueue file system on my Fedora 15 install, which is used to interact with POSIX message queues. cheers, Pádraig. diff --git a/src/stat.c b/src/stat.c index c479726..54c4e97 100644 --- a/src/stat.c +++ b/src/stat.c @@ -323,6 +323,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)

Re: [PATCH] stat: recognize MQUEUE file systems

2011-06-24 Thread Jim Meyering
Pádraig Brady wrote: > I noticed the mqueue file system on my Fedora 15 install, > which is used to interact with POSIX message queues. > > cheers, > Pádraig. > > diff --git a/src/stat.c b/src/stat.c > index c479726..54c4e97 100644 > --- a/src/stat.c > +++ b/src/stat.c > @@ -323,6 +323,8 @@ human_f