mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 01:10:26 +00:00
[BTRFS]
Mark the CORE-11057 fix as local change. CORE-11172 svn path=/trunk/; revision=71260
This commit is contained in:
parent
035804c150
commit
1393ed9477
1 changed files with 4 additions and 0 deletions
|
@ -263,6 +263,10 @@ void add_to_space_list(chunk* c, UINT64 offset, UINT64 size, UINT8 type) {
|
|||
}
|
||||
|
||||
if (s->offset >= offset && s->offset + s->size <= offset + size) { // delete entirely
|
||||
#ifndef __REACTOS__
|
||||
RemoveEntryList(&s->list_entry);
|
||||
|
||||
#endif
|
||||
if (s->offset + s->size == offset + size) {
|
||||
insbef = s->list_entry.Flink;
|
||||
RemoveEntryList(&s->list_entry);
|
||||
|
|
Loading…
Reference in a new issue