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:
c61a1ab
)
rbd: drop a useless local variable
author
Alex Elder
<elder@inktank.com>
Tue, 3 Jul 2012 21:01:19 +0000
(16:01 -0500)
committer
Sage Weil
<sage@inktank.com>
Mon, 30 Jul 2012 16:29:56 +0000
(09:29 -0700)
In rbd_req_sync_notify_ack(), a local variable was needlessly being
used to hold a null pointer. Just pass NULL instead.
Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Yehuda Sadeh <yehuda@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
No differences found