Fix: Forgot to update state bits after last change.

This commit is contained in:
Erik Larsson 2011-08-03 15:49:40 +02:00
parent 7f2d1efa82
commit 182c5c2a2f

View File

@ -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.