Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.5.0
-
None
-
3
-
8795
Description
We have several places in the code that do something equivalent the following
int rc = PTR_ERR(foo); if (IS_ERR_VALUE(rc)) bar();
which is wrong.
Attachments
Issue Links
- is related to
-
LU-5071 statahead.c:1704:do_statahead_enter()) ASSERTION( lli->u.d.d_sai == ((void *)0) ) failed:
- Resolved