]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ceph: fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 13 Nov 2017 11:11:28 +0000 (12:11 +0100)
commit7271efa79f8bc01694d1a9fce597088a97b3b160
treeae629ed55cc3d9b9a2151685ab5367fc816687ea
parentb3f8d68f38a879daed1eab66c0e19bc293096d34
ceph: fix bool initialization/comparison

Bool initializations should use true and false. Bool tests don't need
comparisons.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/caps.c