The /proc/fs/cifs/Stats In smb2_close_cached_fid we were decrementing the count of open files on server twice (e.g. for the case where we were closing cached directories so this was more of an issue with mount to servers like Windows that support directory leases) Fixes: 8e843bf38f7b ("cifs: return a single-use cfid if we did not get a lease") -- Thanks, Steve