Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
None
-
3
-
9223372036854775807
Description
The handling of the members of struct lookup_intent is obscure. There is a pointless union, void *it_data should be struct ptlrpc_request *it_request. The lock cookies are __u64 rather than struct lustre_handle. We do not use const qualifiers on function parameters where we should.