Merge commit 'aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b' into HEAD
diff --git a/Utils.cpp b/Utils.cpp
index 279c990..d4618af 100644
--- a/Utils.cpp
+++ b/Utils.cpp
@@ -526,7 +526,7 @@
         goto done;
     }
 
-    if ((ioctl(fd, BLKGETSIZE, nr_sec)) == -1) {
+    if ((ioctl(fd, BLKGETSIZE, &nr_sec)) == -1) {
         PLOG(ERROR) << "Failed to determine size of " << path;
         goto done;
     }