diff options
Diffstat (limited to 'fs/nfs/pnfs.c')
-rw-r--r-- | fs/nfs/pnfs.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 247c5a5d2d6b..3530bb703214 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
@@ -2285,3 +2285,7 @@ out_put: | |||
2285 | } | 2285 | } |
2286 | EXPORT_SYMBOL_GPL(pnfs_report_layoutstat); | 2286 | EXPORT_SYMBOL_GPL(pnfs_report_layoutstat); |
2287 | #endif | 2287 | #endif |
2288 | |||
2289 | unsigned int layoutstats_timer; | ||
2290 | module_param(layoutstats_timer, uint, 0644); | ||
2291 | EXPORT_SYMBOL_GPL(layoutstats_timer); | ||