Whamcloud - gitweb
LU-5577 osc: change cl_extent_tax and *grants to unsigned
[fs/lustre-release.git] / lustre / osc / osc_cl_internal.h
index 1518db4..4883693 100644 (file)
@@ -622,7 +622,7 @@ struct osc_extent {
        /** link list of osc_object's oo_{hp|urgent|locking}_exts. */
        struct list_head        oe_link;
        /** state of this extent */
-       unsigned int            oe_state;
+       enum osc_extent_state   oe_state;
        /** flags for this extent. */
        unsigned int            oe_intree:1,
        /** 0 is write, 1 is read */