commit | 0cb012d1a0a9ead759112da141698a2078fbf2ce | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Thu Oct 11 01:01:02 2018 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue Oct 23 21:16:05 2018 -0500 |
tree | 72a2b2387f9b5d5cafe3accfd62af28f6f2f6107 | |
parent | f70556c8cae976e50ba9c27dd4c1a86b57efc17d [diff] |
cifs: track writepages in vfs operation counters writepages and readpages operations did not call get/free_xid so the statistics for file copy could get confusing with "vfs operations" not increasing. Add get_xid and free_xid to cifs readpages and writepages functions. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>