commit | a7a3b1e971cd806b81ecea3a234d8dae9de0add0 | [log] [tgz] |
---|---|---|
author | Benjamin Coddington <bcodding@redhat.com> | Tue Jun 20 08:33:44 2017 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:04 2017 -0400 |
tree | 8c735f57fc13ffc419e2727f6ca7c670cd0dc841 | |
parent | 18fe6a23e3114a6737471570753b708ff293b9de [diff] |
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>