From 06b8944ea19cdffa39ae84c5dcfe9dc9d506af49 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 8 Feb 2018 17:14:37 +0100 Subject: [PATCH] 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. --- src/basic/missing.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2