Whamcloud - gitweb
LU-8066 ofd: migrate from proc to sysfs
[fs/lustre-release.git] / lustre / ofd / ofd_internal.h
index 19e4b33..df5b714 100644 (file)
@@ -350,8 +350,8 @@ int ofd_txn_stop_cb(const struct lu_env *env, struct thandle *txn,
                    void *cookie);
 
 /* lproc_ofd.c */
+int ofd_tunables_init(struct ofd_device *ofd);
 #ifdef CONFIG_PROC_FS
-extern struct lprocfs_vars lprocfs_ofd_obd_vars[];
 void ofd_stats_counter_init(struct lprocfs_stats *stats);
 #else
 static inline void ofd_stats_counter_init(struct lprocfs_stats *stats) {}