Loading fs/cifs/smb2ops.c +1 −1 Original line number Diff line number Diff line Loading @@ -2759,7 +2759,7 @@ static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, return rc; } cifs_dbg(FYI, "offset %lld len %lld", offset, len); cifs_dbg(FYI, "Offset %lld len %lld\n", offset, len); fsctl_buf.FileOffset = cpu_to_le64(offset); fsctl_buf.BeyondFinalZero = cpu_to_le64(offset + len); Loading Loading
fs/cifs/smb2ops.c +1 −1 Original line number Diff line number Diff line Loading @@ -2759,7 +2759,7 @@ static long smb3_zero_range(struct file *file, struct cifs_tcon *tcon, return rc; } cifs_dbg(FYI, "offset %lld len %lld", offset, len); cifs_dbg(FYI, "Offset %lld len %lld\n", offset, len); fsctl_buf.FileOffset = cpu_to_le64(offset); fsctl_buf.BeyondFinalZero = cpu_to_le64(offset + len); Loading