From: NeilBrown Date: Wed, 9 Sep 2009 06:32:54 +0000 (+1000) Subject: sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req X-Git-Tag: v2.6.32-rc1~412^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e7328f1577230ef3a1430c1a7e5c07978c6e51;p=pandora-kernel.git sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed