cifs: convert to use be32_add_cpu()
authorQinglang Miao <miaoqinglang@huawei.com>
Sat, 25 Jul 2020 08:56:01 +0000 (16:56 +0800)
committerSteve French <stfrench@microsoft.com>
Sun, 2 Aug 2020 23:00:26 +0000 (18:00 -0500)
commit1a0e7f7c3c573a79bcd787d8a05e80651041b815
treee07a318c3d5e4a0553c6dca3e1eab49508e5a22b
parenta03f507de5f44673cd7c67e24f64b479057c2ce0
cifs: convert to use be32_add_cpu()

Convert cpu_to_be32(be32_to_cpu(E1) + E2) to use be32_add_cpu().

Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/connect.c
fs/cifs/sess.c