Details
-
Bug
-
Resolution: Not a Bug
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
smatch has highlighted this gem in loop_thread():
/*
* up sem, we are running
*/
up(&lo->lo_sem);
... {BIG HONKING LOOP} ...
out:
up(&lo->lo_sem);
return ret;
I imagine when the loop terminates we don't care anymore, but still it just looks wrong and probably should be fixed?
Attachments
Issue Links
- is related to
-
LU-8844 Delete llite lloop with fire!!!
-
- Resolved
-