Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
7732
Description
lustre_msg_get_opc() is called a few times inside ost_handle(); there is no real benefit from this, and we can just make one call when entering ost_handle(). There may be other occurrences in the source where this applies, apart from ost_handle(), but I am just making this change here for now, as this is a frequently-called function.