commit | edfc6481faf896301cab940da776229fe39e9fc9 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Tue May 14 02:27:19 2024 -0500 |
committer | Steve French <stfrench@microsoft.com> | Tue May 14 17:38:39 2024 -0500 |
tree | 54eede9a9f5da29cf0a9cd25696b97d5d38d79b1 | |
parent | 14b1cd25346b1d615616a9c2dfdad9b4e6581e0d [diff] |
smb3: fix perf regression with cached writes with netfs conversion Write through mode is for cache=none, not for default (when caching is allowed if we have a lease). Some tests were running much, much more slowly as a result of disabling caching of writes by default. Reviewed-by: David Howells <dhowells@redhat.com> Reviewed-by: Enzo Matsumiya <ematsumiya@suse.de> Fixes: 3ee1a1fc3981 ("cifs: Cut over to using netfslib") Signed-off-by: Steve French <stfrench@microsoft.com>