diff options
| author | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2018-08-28 12:58:03 -0400 |
| commit | ea4d65f14f6aaa53e379b93c5544245ef081b3e7 (patch) | |
| tree | a15485f4f1cf547a52b31fa8e16e14b9579b7200 /include/linux/sunrpc/metrics.h | |
| parent | ce32d59ee2cd036f6e8a6ed17a06a0b0bec5c67c (diff) | |
| parent | 496f3347d834aec91c38b45d6249ed00f58ad233 (diff) | |
Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2
Diffstat (limited to 'include/linux/sunrpc/metrics.h')
| -rw-r--r-- | include/linux/sunrpc/metrics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sunrpc/metrics.h b/include/linux/sunrpc/metrics.h index 9baed7b355b2..1b3751327575 100644 --- a/include/linux/sunrpc/metrics.h +++ b/include/linux/sunrpc/metrics.h | |||
| @@ -82,7 +82,7 @@ void rpc_count_iostats(const struct rpc_task *, | |||
| 82 | struct rpc_iostats *); | 82 | struct rpc_iostats *); |
| 83 | void rpc_count_iostats_metrics(const struct rpc_task *, | 83 | void rpc_count_iostats_metrics(const struct rpc_task *, |
| 84 | struct rpc_iostats *); | 84 | struct rpc_iostats *); |
| 85 | void rpc_print_iostats(struct seq_file *, struct rpc_clnt *); | 85 | void rpc_clnt_show_stats(struct seq_file *, struct rpc_clnt *); |
| 86 | void rpc_free_iostats(struct rpc_iostats *); | 86 | void rpc_free_iostats(struct rpc_iostats *); |
| 87 | 87 | ||
| 88 | #else /* CONFIG_PROC_FS */ | 88 | #else /* CONFIG_PROC_FS */ |
| @@ -95,7 +95,7 @@ static inline void rpc_count_iostats_metrics(const struct rpc_task *task, | |||
| 95 | { | 95 | { |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | static inline void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {} | 98 | static inline void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) {} |
| 99 | static inline void rpc_free_iostats(struct rpc_iostats *stats) {} | 99 | static inline void rpc_free_iostats(struct rpc_iostats *stats) {} |
| 100 | 100 | ||
| 101 | #endif /* CONFIG_PROC_FS */ | 101 | #endif /* CONFIG_PROC_FS */ |
