Files
ternfs-XTXMarkets/kmod/export.h
T
Francesco Mazzoli 110705db8d EggsFS -> TernFS rename
Things not done because probably disruptive:

* kmod filesystem string
* sysctl/debugfs/trace
* metrics names
* xmon instance names

Some of these might be renamed too, but starting with a relatively
safe set.
2025-09-03 09:29:53 +01:00

9 lines
156 B
C

#ifndef _TERNFS_EXPORT_H
#define _TERNFS_EXPORT_H
#include <linux/fs.h>
extern struct export_operations ternfs_export_ops;
#endif /* _TERNFS_EXPORT_H */