nfsd: clean up reset_union_bmap_deny
authorJeff Layton <jlayton@primarydata.com>
Thu, 10 Jul 2014 18:07:32 +0000 (14:07 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 11 Jul 2014 15:06:11 +0000 (11:06 -0400)
commit3b84240a7b756e3fea8eaea5a29e7c10afbd0a47
tree197718e6554707f45bbd7bd888cbbbd9bbc14d08
parent6eb3a1d096751bcdec8fd9d9bb565fa9cba5897f
nfsd: clean up reset_union_bmap_deny

Fix the "deny" argument type, and start the loop at 1. The 0 iteration
is always a noop.

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/nfs4state.c