]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
uniform the type format
authorNing Yao <zay11022@gmail.com>
Fri, 11 Dec 2015 14:21:32 +0000 (22:21 +0800)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:17:05 +0000 (13:17 -0500)
Signed-off-by: Ning Yao <zay11022@gmail.com>
src/os/bluestore/BlueStore.cc

index f591cd7f7aea50170050a86177e7ff99b58c818b..bb033fd9496ba74a1f52fd20aff74df57a3405d4 100644 (file)
@@ -2509,7 +2509,7 @@ int BlueStore::fiemap(
       continue;
     }
 
-    unsigned x_len = len;
+    uint64_t x_len = len;
     if (op != oend &&
        op->first > offset &&
        op->first - offset < x_len) {