[PATCH] mount: Add more pseudo filesystems

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

 



From: Davidlohr Bueso <dave@xxxxxxx>
Date: Mon, 23 Aug 2010 10:17:36 -0400
Subject: [PATCH] mount: Add more pseudo filesystems.

Signed-off-by: Davidlohr Bueso <dave@xxxxxxx>
---
 mount/sundries.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/mount/sundries.c b/mount/sundries.c
index 1d9eb88..98f4694 100644
--- a/mount/sundries.c
+++ b/mount/sundries.c
@@ -256,7 +256,9 @@ is_pseudo_fs(const char *type)
 	    streq(type, "cgroup") ||
 	    streq(type, "cpuset") ||
 	    streq(type, "rpc_pipefs") ||
-	    streq(type, "devpts"))
+	    streq(type, "devpts") ||
+	    streq(type, "securityfs") ||
+	    streq(type, "debugfs"))
 		return 1;
 	return 0;
 }
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux