---
 systems/Linux/2/gen_mounts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/systems/Linux/2/gen_mounts b/systems/Linux/2/gen_mounts
index dd5efdf..4f8a1df 100755
--- a/systems/Linux/2/gen_mounts
+++ b/systems/Linux/2/gen_mounts
@@ -69,6 +69,7 @@
 # Linux/2/gen_mounts - 22/11/2015 - Fix typo in sshfs definition (Debian bug 
7680867)
 #                                 - Added aufs (Debian bug 781171)
 #                                 - Added fuse.s3fs (Debian bug 799753)
+# Linux/2/gen_mounts - 05/12/2015 - Added tracefs (Debian bug 791352)
 
#------------------------------------------------------------------------------------------------------------------
 #
 
@@ -210,6 +211,7 @@ localfs()
   [ "$1" = "vmblock" ] && LOCAL=1               # Vmware filesystem
   [ "$1" = "debugfs" ] && LOCAL=1               # Debugging filesystem see 
                                                 # 
http://lwn.net/Articles/115405/
+  [ "$1" = "tracefs" ] && LOCAL=1
   [ "$1" = "configfs" ] && LOCAL=1
   [ "$1" = "davfs" ] && LOCAL=1
   [ "$1" = "pstore" ] && LOCAL=1                # Platform dependen persisten 
storage
-- 
2.6.2

Reply via email to