From 47f4ca8fe9506254200028c8a8c5fffbf1bf1161 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Mon, 28 Jan 2013 17:59:05 +0000 Subject: [PATCH] mountlist: don't consider "devtmpfs" as dummy * lib/mountlist.c (ME_DUMMY_0): Remove "devtmpfs" as there is storage associcated with it. --- ChangeLog | 6 ++++++ lib/mountlist.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb7a1424d3..9145f2f2e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-01-28 Pádraig Brady
+
+ mountlist: don't consider "devtmpfs" as dummy
+ * lib/mountlist.c (ME_DUMMY_0): Remove "devtmpfs"
+ as there is storage associcated with it.
+
2013-01-27 Paul Eggert