]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
NFS: Fix bool initialization/comparison
authorThomas Meyer <thomas@m3y3r.de>
Sat, 7 Oct 2017 14:02:21 +0000 (16:02 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Fri, 17 Nov 2017 21:43:43 +0000 (16:43 -0500)
commit6089dd0d731028531fb1148be9fd33274ff90da4
treee23db00cc4e512db34c7dd09568436de449b8ea6
parent3944369db701f075092357b511fd9f5755771585
NFS: 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: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/callback_proc.c
fs/nfs/dir.c
fs/nfs/nfs4client.c
fs/nfs/pnfs.c