Merge "fiemap: support FIEMAP_EXTENT_MERGED" am: 286e5aba63
am: 33a4442b54
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1590474 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I444d96fc0143273a2db60b2926ba333459e835c0
This commit is contained in:
commit
0e462aa007
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static constexpr uint32_t kMaxExtents = 50000;
|
|||
static constexpr const uint32_t kUnsupportedExtentFlags =
|
||||
FIEMAP_EXTENT_UNKNOWN | FIEMAP_EXTENT_UNWRITTEN | FIEMAP_EXTENT_DELALLOC |
|
||||
FIEMAP_EXTENT_NOT_ALIGNED | FIEMAP_EXTENT_DATA_INLINE | FIEMAP_EXTENT_DATA_TAIL |
|
||||
FIEMAP_EXTENT_UNWRITTEN | FIEMAP_EXTENT_SHARED | FIEMAP_EXTENT_MERGED;
|
||||
FIEMAP_EXTENT_UNWRITTEN | FIEMAP_EXTENT_SHARED;
|
||||
|
||||
// Large file support must be enabled.
|
||||
static_assert(sizeof(off_t) == sizeof(uint64_t));
|
||||
|
|
Loading…
Reference in a new issue