]> git.baikalelectronics.ru Git - kernel.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)
commitf13a0d47737142c3bf0343b2cc25d6a28d0ab84a
tree8c735f57fc13ffc419e2727f6ca7c670cd0dc841
parentcac08456311dc1674671b4b5163bcfa912b04887
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