commit | d2f15428d6a0ebfc0edc364094d7c4a2de7037ed | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Sun Sep 22 00:55:46 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 23 22:48:36 2019 -0500 |
tree | e89cc8393e3d27448b96e74643263c41ac529ec3 | |
parent | 7e7db86c7e1088e768438fe6c894d748b0c32abe [diff] |
smb3: fix leak in "open on server" perf counter We were not bumping up the "open on server" (num_remote_opens) counter (in some cases) on opens of the share root so could end up showing as a negative value. CC: Stable <stable@vger.kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>