Re: [PATCH] consistently use smb_buf_length as be32 for cifs

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -	pSMB->hdr.smb_buf_length += count;
> +	update_rfc1001_len(pSMB, count);

The helper is very confusingly named relatively to the field it updates,
moreover we already have nice helpers to do arithmetics on big endian
fields.  These can just become:

	be32_add_cpu(&pSMB->hdr.smb_buf_length, count);

etc.

--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux