From: Lennart Poettering Date: Thu, 8 Feb 2018 16:14:37 +0000 (+0100) Subject: journal: move code that checks for network fs to stat-util.[ch] X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=06b8944ea19cdffa39ae84c5dcfe9dc9d506af49;p=elogind.git 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. --- 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