Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0
-
None
-
3
-
14230
Description
Per Andreas' comment on LU-4524, it would be better to change checkpatch script to report:
CFS_LIST_HEAD() is deprecated, use "struct list_head foo = LIST_HEAD_INIT(foo);" instead.