diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2014-10-29 11:44:16 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-10-29 11:37:42 -0400 |
commit | eb63192bb8cc0186265aad4f79fa4fd49c22b021 (patch) | |
tree | d3539e13f2abae0d979a09ddb4b14ff683ea7756 /fs/lockd | |
parent | ccc6398ea5d58fdedc6caccba0216ab30739773b (diff) | |
download | linux-stable-eb63192bb8cc0186265aad4f79fa4fd49c22b021.tar.gz linux-stable-eb63192bb8cc0186265aad4f79fa4fd49c22b021.tar.bz2 linux-stable-eb63192bb8cc0186265aad4f79fa4fd49c22b021.zip |
SUNRPC: off by one in BUG_ON()
The m->pool_to[] array has "maxpools" number of elements. It's
allocated in svc_pool_map_alloc_arrays() which we called earlier in the
function. This test should be >= instead of >.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/lockd')
0 files changed, 0 insertions, 0 deletions