basic/mount-util: recognize ocfs2 as network fs (#3713)

This commit is contained in:
Valentin Vidić
2016-07-14 07:34:36 +02:00
committed by Lennart Poettering
parent 595bfe7df2
commit 0a86e68147

View File

@@ -500,6 +500,7 @@ bool fstype_is_network(const char *fstype) {
"gfs2\0"
"glusterfs\0"
"pvfs2\0" /* OrangeFS */
"ocfs2\0"
;
const char *x;