fs/cifs/smb2ops.c: use true,false for bool variable
authorzhengbin <zhengbin13@huawei.com>
Wed, 25 Dec 2019 03:30:20 +0000 (11:30 +0800)
committerSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2020 01:24:16 +0000 (19:24 -0600)
commit720aec01262d49dbce17d862d8cdbfd3cfef4261
tree961288d7bfd7cfbd37ff892b14f6bb247850a751
parentd5226fa6dbae0569ee43ecfc08bdcd6770fc4755
fs/cifs/smb2ops.c: use true,false for bool variable

Fixes coccicheck warning:

fs/cifs/smb2ops.c:807:2-36: WARNING: Assignment of 0/1 to bool variable

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2ops.c