]> Savannah Git Hosting - gnulib.git/commitdiff
mountlist: don't consider "devtmpfs" as dummy
authorPádraig Brady <P@draigBrady.com>
Mon, 28 Jan 2013 17:59:05 +0000 (17:59 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 28 Jan 2013 17:59:05 +0000 (17:59 +0000)
* lib/mountlist.c (ME_DUMMY_0): Remove "devtmpfs"
as there is storage associcated with it.

ChangeLog
lib/mountlist.c

index bb7a1424d3a54641d6e3e941b8814bcc83169cad..9145f2f2e5a58e164c49e382a670d2e6d051f239 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-28  Pádraig Brady  <P@draigBrady.com>
+
+       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  <eggert@cs.ucla.edu>
 
        futimens-tests, utimens-tests: Depend on gettext.
index 51939ec428cd772a7ca65dd0df2479a87ba100a5..8fb7e9ab747d5cf17e0964073aeeb6284215c268 100644 (file)
    /* for Linux 2.6/3.x */                      \
    || strcmp (Fs_type, "debugfs") == 0          \
    || strcmp (Fs_type, "devpts") == 0           \
-   || strcmp (Fs_type, "devtmpfs") == 0         \
    || strcmp (Fs_type, "fusectl") == 0          \
    || strcmp (Fs_type, "mqueue") == 0           \
    || strcmp (Fs_type, "rpc_pipefs") == 0       \