ceph: define snap counts as u32 everywhere
[deliverable/linux.git] / fs / ceph / super.h
index fc35036d258d7b830c37f5cba078f53c53e7d574..3ea48b7b98b3ccf2cf70cb802e5bb7ff8ad3793b 100644 (file)
@@ -612,9 +612,9 @@ struct ceph_snap_realm {
        u64 parent_since;   /* snapid when our current parent became so */
 
        u64 *prior_parent_snaps;      /* snaps inherited from any parents we */
-       int num_prior_parent_snaps;   /*  had prior to parent_since */
+       u32 num_prior_parent_snaps;   /*  had prior to parent_since */
        u64 *snaps;                   /* snaps specific to this realm */
-       int num_snaps;
+       u32 num_snaps;
 
        struct ceph_snap_realm *parent;
        struct list_head children;       /* list of child realms */
This page took 0.025186 seconds and 5 git commands to generate.