commit | cae53f70f812c845fcedb577b0d40ec97ee4b920 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Tue Sep 03 17:49:46 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon Sep 16 11:43:38 2019 -0500 |
tree | 8ac4254f88973b488fdc6067275113d37c39c5f2 | |
parent | 41e033fecdc891da629113c4f8ee80500b7656d6 [diff] |
smb3: log warning if CSC policy conflicts with cache mount option If the server config (e.g. Samba smb.conf "csc policy = disable) for the share indicates that the share should not be cached, log a warning message if forced client side caching ("cache=ro" or "cache=singleclient") is requested on mount. Signed-off-by: Steve French <stfrench@microsoft.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>