From 76fd9217b7b1117b63c855441a7cb3ed2e506318 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 20 Sep 2004 14:57:26 +0000 Subject: [PATCH] Remove clearing of directory flag. It is zero. (Logical change 1.571) --- libntfs/attrib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libntfs/attrib.c b/libntfs/attrib.c index 14ceb04e..5f2b2210 100644 --- a/libntfs/attrib.c +++ b/libntfs/attrib.c @@ -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.