Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.0
-
3
-
10943
Description
mdc_intent_open_pack() returns NULL and ERR_PTR() while its caller mdc_enqueue() only checks its return value using IS_ERR(). mdc_intent_getattr_pack() returns ERR_PTRs but mdc_intent_getattr_async() checks its return value by comparing to NULL.