Signed-off-by: Scott Mayhew <[email protected]>
---
tools/mountstats/mountstats.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
index 38943eb..011bb42 100644
--- a/tools/mountstats/mountstats.py
+++ b/tools/mountstats/mountstats.py
@@ -474,7 +474,7 @@ class DeviceData:
# authrefresh stats don't actually get captured in
# /proc/self/mountstats, so we fudge it here
authrefrsh = sends
- return (sends, trans, authrefrsh)
+ return (sends, retrans, authrefrsh)
def display_nfsstat_stats(self):
"""Pretty-print nfsstat-style stats
--
1.9.3
On 05/13/2015 11:41 AM, Scott Mayhew wrote:
> Signed-off-by: Scott Mayhew <[email protected]>
> ---
> tools/mountstats/mountstats.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Committed...
steved.
>
> diff --git a/tools/mountstats/mountstats.py b/tools/mountstats/mountstats.py
> index 38943eb..011bb42 100644
> --- a/tools/mountstats/mountstats.py
> +++ b/tools/mountstats/mountstats.py
> @@ -474,7 +474,7 @@ class DeviceData:
> # authrefresh stats don't actually get captured in
> # /proc/self/mountstats, so we fudge it here
> authrefrsh = sends
> - return (sends, trans, authrefrsh)
> + return (sends, retrans, authrefrsh)
>
> def display_nfsstat_stats(self):
> """Pretty-print nfsstat-style stats
>