I also get the same message about the "cgroup" filesystem after installing
ulatencyd.

Here's a patch which adds the two filesystems to the relevant tiger file.

Cheers,
Francois

-- 
Francois Marier                         identi.ca/fmarier
http://fmarier.org                    twitter.com/fmarier
--- gen_mounts.orig	2012-01-11 14:50:47.372548681 +1300
+++ gen_mounts	2012-01-11 14:51:59.820980611 +1300
@@ -195,6 +195,8 @@
                                                 # http://lwn.net/Articles/115405/
   [ "$1" = "configfs" ] && LOCAL=1
   [ "$1" = "davfs" ] && LOCAL=1
+  [ "$1" = "devtmpfs" ] && LOCAL=1
+  [ "$1" = "cgroup" ] && LOCAL=1
   # Other filesystems we don't support
   [ "$1" = "adfs" ] && LOCAL=1
   [ "$1" = "affs" ] && LOCAL=1

Reply via email to