Whamcloud - gitweb
LU-1821 build: fix build error about VLA at file scope
[fs/lustre-release.git] / libsysio / include / fs.h
index 8c7e782..613ea29 100644 (file)
@@ -163,10 +163,11 @@ struct filesys {
 
 extern struct fsswent *_sysio_fssw_lookup(const char *name);
 extern int _sysio_fssw_register(const char *name, struct fssw_ops *ops);
+extern char *incore_dir_template;
 extern struct filesys * _sysio_fs_new(struct filesys_ops *ops,
                                      unsigned mask,
                                      void *private);
 extern void _sysio_fs_gone(struct filesys *fs);
-#if ZERO_SUM_MEMORY
+#ifdef ZERO_SUM_MEMORY
 extern void _sysio_fssw_shutdown(void);
 #endif