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
This commit is contained in:
bigbiff
2015-01-01 19:44:14 -05:00
committed by Dees Troy
parent 183a6f88d0
commit 7b4c7a681c
311 changed files with 31541 additions and 4344 deletions
+2 -1
View File
@@ -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;
}