commit | c7fe388d76e900e6c49f8df51cfd21903832fdd5 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Fri Apr 12 09:56:23 2019 +1000 |
committer | Steve French <stfrench@microsoft.com> | Tue May 07 23:24:55 2019 -0500 |
tree | 345051c987bae5c20c7d4382c3b91350f802c6d3 | |
parent | 0df7edd9dca0c79817723f0e3895ec76351f08cc [diff] |
cifs: zero-range does not require the file is sparse Remove the conditional to fail zero-range if the file is not flagged as sparse. You can still zero out a range in SMB2 even for non-sparse files. Tested with stock windows16 server. Fixes 5 xfstests (033, 149, 155, 180, 349) Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>