mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Sync with gnulib 47f4ca8fe9506254200028c8a8c5fffbf1bf1161
Don't consider "devtmpfs" as dummy. * src/filemanager/mountlist.c (ME_DUMMY_0): Remove "devtmpfs" as there is storage associcated with it. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
9b0b017201
commit
2f25803ce2
@ -208,7 +208,6 @@
|
||||
/* 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 \
|
||||
|
Loading…
Reference in New Issue
Block a user