summaryrefslogtreecommitdiff
blob: 6e11b4d9e872711587e9e1659656e59977d80f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fix from upstream for bug when resizing vista partition

http://bugs.gentoo.org/185241

--- ntfsprogs/ntfsresize.c
+++ ntfsprogs/ntfsresize.c
@@ -2289,8 +2289,6 @@ static void prepare_volume_fixup(ntfs_vo
 	u16 flags;
 
 	flags = vol->flags | VOLUME_IS_DIRTY;
-	if (vol->major_ver >= 2)
-		flags |= VOLUME_MOUNTED_ON_NT4;
 
 	printf("Schedule chkdsk for NTFS consistency check at Windows "
 		"boot time ...\n");