summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-08 17:14:37 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:58:52 +0200
commit06b8944ea19cdffa39ae84c5dcfe9dc9d506af49 (patch)
tree933e95cd7bc2a1d7a5a3b723f4e72b1d27f02a8d
parent8b2dc9f30e782abd1b4874cc5f471fa78c615df9 (diff)
journal: move code that checks for network fs to stat-util.[ch]
We have similar code in stat-util.[ch] and managing this at a central place almost definitely is the better choice.
-rw-r--r--src/basic/missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 59f5ebfe0..0c23f5342 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -522,6 +522,10 @@ struct btrfs_ioctl_quota_ctl_args {
#define BPF_FS_MAGIC 0xcafe4a11
#endif
+#ifndef OCFS2_SUPER_MAGIC
+#define OCFS2_SUPER_MAGIC 0x7461636f
+#endif
+
#ifndef MS_MOVE
#define MS_MOVE 8192
#endif