mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-12-12 03:15:40 +08:00
Fix: Forgot to update state bits after last change.
This commit is contained in:
parent
7f2d1efa82
commit
182c5c2a2f
@ -378,6 +378,7 @@ mft_has_no_attr_list:
|
|||||||
/* Update the size fields in the inode. */
|
/* Update the size fields in the inode. */
|
||||||
vol->mft_ni->data_size = vol->mft_na->data_size;
|
vol->mft_ni->data_size = vol->mft_na->data_size;
|
||||||
vol->mft_ni->allocated_size = vol->mft_na->allocated_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.
|
* The volume is now setup so we can use all read access functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user