]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: fix osd request lru adjustment when sending request
authorHenry C Chang <henry_c_chang@tcloudcomputing.com>
Mon, 23 Aug 2010 04:34:27 +0000 (21:34 -0700)
committerSage Weil <sage@newdream.net>
Mon, 23 Aug 2010 04:34:27 +0000 (21:34 -0700)
commit78fd99a1d8267f989ca51ff110f58754e2273ef9
tree7b24e5b3b88d8e682b70684b0df7ee0db333fe46
parente9b3b7f5997197bdbf27248d3187d0a7038eb8c3
ceph: fix osd request lru adjustment when sending request

Fix argument order.  We want to move the item to the end of the list, not
change the position of the head.

Signed-off-by: Henry C Chang <henry_c_chang@tcloudcomputing.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/osd_client.c