OSDN Git Service

cifs: when extending a file with falloc we should make files not-sparse
authorRonnie Sahlberg <lsahlber@redhat.com>
Tue, 31 May 2022 22:48:38 +0000 (08:48 +1000)
committerSteve French <stfrench@microsoft.com>
Tue, 31 May 2022 23:04:06 +0000 (18:04 -0500)
commitf66f8b94e7f2f4ac9fffe710be231ca8f25c5057
treeded318abbf35c949c6106ab6022ebedd27853a01
parent0d5106a80e08cbbb273f35dc373f4f19e5ec8b03
cifs: when extending a file with falloc we should make files not-sparse

as this is the only way to make sure the region is allocated.
Fix the conditional that was wrong and only tried to make already
non-sparse files non-sparse.

Cc: stable@vger.kernel.org
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c