commit | 52832252dded19e291a7b8842542ea61d1765f2f | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Mon May 23 23:17:12 2022 -0500 |
committer | Steve French <stfrench@microsoft.com> | Mon May 23 23:32:54 2022 -0500 |
tree | 9a2ab14df21cbb17034aa627317abedd23b4109b | |
parent | 9ccfc23a72b669678e4c9ccba98d3d91db1c04cf [diff] |
smb3: add mount parm nosparse To reduce risk of applications breaking that mount to servers with only partial sparse file support, add optional mount parm "nosparse" which disables setting files sparse (and thus will return EOPNOTSUPP on certain fallocate operations). Acked-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>