]> bbs.cooldavid.org Git - net-next-2.6.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)
commit07a27e226d1ed210d2d4218bd0642b40f5405c6a
tree7b24e5b3b88d8e682b70684b0df7ee0db333fe46
parent124514918b030d74f1f3e15483b7bf3b85268082
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