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:
c082657
)
sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req
author
NeilBrown
<neilb@suse.de>
Wed, 9 Sep 2009 06:32:54 +0000
(16:32 +1000)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 18 Sep 2009 15:47:49 +0000
(11:47 -0400)
Using list_del_init is generally safer than list_del, and it will
allow us, in a subsequent patch, to see if an entry has already been
processed or not.
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
net/sunrpc/cache.c
patch
|
blob
|
history
diff --cc
net/sunrpc/cache.c
Simple merge