]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: convert flags to bool
authorBenjamin Coddington <bcodding@redhat.com>
Tue, 20 Jun 2017 12:33:44 +0000 (08:33 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:58:04 +0000 (15:58 -0400)
commita7a3b1e971cd806b81ecea3a234d8dae9de0add0
tree8c735f57fc13ffc419e2727f6ca7c670cd0dc841
parent18fe6a23e3114a6737471570753b708ff293b9de
NFS: convert flags to bool

NFS uses some int, and unsigned int :1, and bool as flags in structs and
args.  Assert the preference for uniformly replacing these with the bool
type.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/dir.c
fs/nfs/internal.h
fs/nfs/nfs2xdr.c
fs/nfs/nfs3proc.c
fs/nfs/nfs3xdr.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
fs/nfs/proc.c
include/linux/nfs_xdr.h