git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7210cb7
)
dlm: last element of dlm_local_addr[] never used
author
David Teigland
<teigland@redhat.com>
Wed, 21 Mar 2012 14:18:34 +0000
(09:18 -0500)
committer
David Teigland
<teigland@redhat.com>
Wed, 21 Mar 2012 14:18:34 +0000
(09:18 -0500)
The last element of dlm_local_addr[DLM_MAX_ADDR_COUNT]
was not used because the loop ended at COUNT - 1.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Teigland <teigland@redhat.com>
No differences found