Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 729224
Collapse All | Expand All

(-)a/agent/mibgroup/hardware/fsys/fsys_mntent.c (+1 lines)
Lines 146-151 _fsys_type( char *typename ) Link Here
146
              !strcmp(typename, MNTTYPE_CVFS) ||
146
              !strcmp(typename, MNTTYPE_CVFS) ||
147
              !strcmp(typename, MNTTYPE_SIMFS) ||
147
              !strcmp(typename, MNTTYPE_SIMFS) ||
148
              !strcmp(typename, MNTTYPE_BTRFS) ||
148
              !strcmp(typename, MNTTYPE_BTRFS) ||
149
              !strcmp(typename, MNTTYPE_F2FS) ||
149
              !strcmp(typename, MNTTYPE_ZFS) ||
150
              !strcmp(typename, MNTTYPE_ZFS) ||
150
              !strcmp(typename, MNTTYPE_NVMFS) ||
151
              !strcmp(typename, MNTTYPE_NVMFS) ||
151
              !strcmp(typename, MNTTYPE_ACFS) ||
152
              !strcmp(typename, MNTTYPE_ACFS) ||
(-)a/agent/mibgroup/hardware/fsys/mnttypes.h (+3 lines)
Lines 154-159 Link Here
154
#ifndef MNTTYPE_BTRFS
154
#ifndef MNTTYPE_BTRFS
155
#define MNTTYPE_BTRFS     "btrfs"
155
#define MNTTYPE_BTRFS     "btrfs"
156
#endif
156
#endif
157
#ifndef MNTTYPE_F2FS
158
#define MNTTYPE_F2FS      "f2fs"
159
#endif
157
#ifndef MNTTYPE_ZFS
160
#ifndef MNTTYPE_ZFS
158
#define MNTTYPE_ZFS       "zfs"
161
#define MNTTYPE_ZFS       "zfs"
159
#endif
162
#endif

Return to bug 729224