Fix: Forgot to update state bits after last change.
parent
7f2d1efa82
commit
182c5c2a2f
|
@ -378,6 +378,7 @@ mft_has_no_attr_list:
|
|||
/* Update the size fields in the inode. */
|
||||
vol->mft_ni->data_size = vol->mft_na->data_size;
|
||||
vol->mft_ni->allocated_size = vol->mft_na->allocated_size;
|
||||
set_nino_flag(vol->mft_ni, KnownSize);
|
||||
|
||||
/*
|
||||
* The volume is now setup so we can use all read access functions.
|
||||
|
|
Loading…
Reference in New Issue