mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[BTRFS] Upgrade to 1.5
CORE-16494
This commit is contained in:
parent
c214c04964
commit
62e630de4c
27 changed files with 2216 additions and 566 deletions
|
@ -209,7 +209,7 @@ static NTSTATUS query_dir_item(fcb* fcb, ccb* ccb, void* buf, LONG* len, PIRP Ir
|
|||
le = le->Flink;
|
||||
}
|
||||
|
||||
if (r && r->parent != fcb->subvol->id)
|
||||
if (r && r->parent != fcb->subvol->id && (!de->dc || !de->dc->root_dir))
|
||||
r = NULL;
|
||||
|
||||
inode = SUBVOL_ROOT_INODE;
|
||||
|
@ -1115,7 +1115,7 @@ static NTSTATUS notify_change_directory(device_extension* Vcb, PIRP Irp) {
|
|||
|
||||
// FIXME - raise exception if FCB marked for deletion?
|
||||
|
||||
TRACE("%S\n", file_desc(FileObject));
|
||||
TRACE("FileObject %p\n", FileObject);
|
||||
|
||||
if (ccb->filename.Length == 0) {
|
||||
ULONG reqlen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue