From 7b4c7a681cc4c0a53dc8a8baf4853e921cfbf5de Mon Sep 17 00:00:00 2001 From: bigbiff Date: Thu, 1 Jan 2015 19:44:14 -0500 Subject: Update blkid to 2.25.0 Break libblkid into 4 libraries: libblkid, libuuid, libutil-linux and libfdisk. This should help in later patch updates. Change-Id: I680d9a7feb031e5c29a603e9c58aff4b65826262 --- partition.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'partition.cpp') diff --git a/partition.cpp b/partition.cpp index 9770a5f14..8edf54a5d 100644 --- a/partition.cpp +++ b/partition.cpp @@ -31,7 +31,7 @@ #include "cutils/properties.h" #endif -#include "libblkid/blkid.h" +#include "libblkid/include/blkid.h" #include "variables.h" #include "twcommon.h" #include "partitions.hpp" @@ -2070,6 +2070,7 @@ uint64_t TWPartition::Get_Max_FileSize() { maxFileSize = 3.94 * constTB; //3.94 TB else maxFileSize = 100000000L; + LOGINFO("Get_Max_FileSize::maxFileSize: %\n", maxFileSize); return maxFileSize - 1; } -- cgit v1.2.3