mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-04-29 22:29:23 -05:00
110705db8d
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.
9 lines
156 B
C
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 */
|