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:
+2
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user