From: Wei Yongjun Date: Wed, 5 Sep 2012 06:34:32 +0000 (+0800) Subject: ceph: use list_move_tail instead of list_del/list_add_tail X-Git-Tag: v3.7-rc1~90^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4829e5967de577794b25dfcd1a65e509d171ed;p=pandora-kernel.git ceph: use list_move_tail instead of list_del/list_add_tail Using list_move_tail() instead of list_del() + list_add_tail(). Signed-off-by: Wei Yongjun Signed-off-by: Sage Weil --- Reading git-diff-tree failed