-
由 Steve French 提交于
mainline inclusion from mainline-v4.20-rc1 commit 0cb012d1a0a9ead759112da141698a2078fbf2ce category: bugfix bugzilla: 12058 CVE: NA ------------------------------------------------- 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: NSteve French <stfrench@microsoft.com> Reviewed-by: NRonnie Sahlberg <lsahlber@redhat.com> Signed-off-by: NZhangXiaoxu <zhangxiaoxu5@huawei.com> Reviewed-by: Nzhengbin <zhengbin13@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
08c0cf5a