Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
In the commit http://git.whamcloud.com/fs/lustre-release.git/commit/e8b421531c166b91ab5c1f417570c544bcdd050c was introduced:
64 struct osc_io {
65 /** super class */
66 struct cl_io_slice oi_cl;
67 /** true if this io is lockless. */
68 int oi_lockless:1,
69 /** true if this io is counted as active IO */
70 oi_is_active:1;