OSDN Git Service

cifs: remove the is_falloc argument to SMB2_set_eof
authorRonnie Sahlberg <lsahlber@redhat.com>
Mon, 3 Sep 2018 03:33:47 +0000 (13:33 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:04 +0000 (21:16 -0500)
commit3764cbd179f061ddb308cd58c1e9bbf987505a18
treee00ee3c8746cad7cab79d11fc8fa7fc6538fdbcc
parentdcbf91035709e9b8490bba96995998f48ce85947
cifs: remove the is_falloc argument to SMB2_set_eof

We never pass is_falloc==true here anyway and if we ever need to support
is_falloc in the future, SMB2_set_eof is such a trivial wrapper around
send_set_info() that we can/should just create a differently named wrapper
for that new functionality.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c
fs/cifs/smb2pdu.c
fs/cifs/smb2proto.h