ceph: use list_move instead of list_del/list_add
authorWei Yongjun <weiyj.lk@gmail.com>
Sat, 13 Aug 2016 09:10:28 +0000 (09:10 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 3 Oct 2016 14:13:50 +0000 (16:13 +0200)
commit8cdcc07dde27d29bc25b3588238d4b1cc9a56fe9
tree85304cebcfdf25e0e15eaa85f496551066d1f17e
parentfcff415c9421b417ef91d48f546f3c4566ddc358
ceph: use list_move instead of list_del/list_add

Using list_move() instead of list_del() + list_add().

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/mds_client.c