Remove clearing of directory flag. It is zero.

(Logical change 1.571)
edge.strict_endians
cantab.net!aia21 2004-09-20 14:57:26 +00:00
parent 4a7a060f86
commit 76fd9217b7
1 changed files with 0 additions and 2 deletions

View File

@ -3617,8 +3617,6 @@ static int ntfs_non_resident_attr_expand(ntfs_attr *na, const s64 newsize)
goto rollback;
}
m = ni->mrec;
/* Clean directory flag. */
m->flags &= ~MFT_RECORD_IS_DIRECTORY;
/*
* If mapping size exceed avaible space, set them to
* possible maximum.