From 63d42578d5797fb6aa77d44d33d4d6f3ed330b40 Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Fri, 28 Feb 2014 21:16:37 -0500 Subject: [PATCH] lustre/recovery: free open/close request promptly - For the non-create open or committed open, the open request should be freed along with the close request as soon as the close done, despite that the transno of open/close is greater than the last committed transno known by client or not. - Move the committed open request into another dedicated list, that will avoid scanning a huge replay list on receiving each reply (when there are many open files). Signed-off-by: Niu Yawei Signed-off-by: Hongchao Zhang Reviewed-on: http://review.whamcloud.com/6665 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2613 Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed