Petr Uzel 2010-09-17 14:01:23 +00:00 committed by Git OBS Bridge
parent 5ff61d44ea
commit 73be6aaa42
2 changed files with 6 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Index: parted/parted.c
new_geom.start, new_geom.end))
goto error_close_fs;
- if (!ped_file_system_resize (fs, &part->geom, g_timer))
+ if(fs)
+ if(fs && (!always_resize || strncmp(fsname,"fat",3)==0))
+ {
+ if (!ped_file_system_resize (fs, &part->geom, g_timer) && !always_resize )
goto error_close_fs;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 17 13:47:05 UTC 2010 - puzel@novell.com
- fix always-resize-part.dif (bnc#639579)
-------------------------------------------------------------------
Wed Aug 11 08:45:56 UTC 2010 - puzel@novell.com