nfsd: add __force to opaque verifier field casts
authorJeff Layton <jlayton@primarydata.com>
Tue, 17 Jun 2014 11:44:11 +0000 (07:44 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 23 Jun 2014 15:31:37 +0000 (11:31 -0400)
commitf419992c1f792f2ce501585853ffc71b8f78caa1
treef540cddfc0c379a63729e2d7fac4ded89c609be0
parentbf18f163e89c52e09c96534db45c4274273a0b34
nfsd: add __force to opaque verifier field casts

sparse complains that we're stuffing non-byte-swapped values into
__be32's here. Since they're supposed to be opaque, it doesn't matter
much. Just add __force to make sparse happy.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4state.c