mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
basic/mount-util: recognize ocfs2 as network fs (#3713)
This commit is contained in:
parent
595bfe7df2
commit
0a86e68147
@ -500,6 +500,7 @@ bool fstype_is_network(const char *fstype) {
|
||||
"gfs2\0"
|
||||
"glusterfs\0"
|
||||
"pvfs2\0" /* OrangeFS */
|
||||
"ocfs2\0"
|
||||
;
|
||||
|
||||
const char *x;
|
||||
|
Loading…
Reference in New Issue
Block a user