diff options
Diffstat (limited to 'fs/nfs/pnfs.h')
-rw-r--r-- | fs/nfs/pnfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.h b/fs/nfs/pnfs.h index 02c27f93caf1..d3979dd1037a 100644 --- a/fs/nfs/pnfs.h +++ b/fs/nfs/pnfs.h | |||
@@ -528,12 +528,15 @@ pnfs_use_threshold(struct nfs4_threshold **dst, struct nfs4_threshold *src, | |||
528 | nfss->pnfs_curr_ld->id == src->l_type); | 528 | nfss->pnfs_curr_ld->id == src->l_type); |
529 | } | 529 | } |
530 | 530 | ||
531 | extern unsigned int layoutstats_timer; | ||
532 | |||
531 | #ifdef NFS_DEBUG | 533 | #ifdef NFS_DEBUG |
532 | void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id); | 534 | void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id); |
533 | #else | 535 | #else |
534 | static inline void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id) | 536 | static inline void nfs4_print_deviceid(const struct nfs4_deviceid *dev_id) |
535 | { | 537 | { |
536 | } | 538 | } |
539 | |||
537 | #endif /* NFS_DEBUG */ | 540 | #endif /* NFS_DEBUG */ |
538 | #else /* CONFIG_NFS_V4_1 */ | 541 | #else /* CONFIG_NFS_V4_1 */ |
539 | 542 | ||