Whamcloud - gitweb
LU-7258 osc: fix signed one bit field
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index dbfad66..b8fd156 100644 (file)
@@ -65,7 +65,7 @@ struct osc_io {
        /** super class */
        struct cl_io_slice oi_cl;
        /** true if this io is lockless. */
-       int                oi_lockless:1,
+       unsigned int       oi_lockless:1,
        /** true if this io is counted as active IO */
                           oi_is_active:1;
        /** how many LRU pages are reserved for this IO */