fix bnc#639579
OBS-URL: https://build.opensuse.org/package/show/Base:System/parted?expand=0&rev=31
This commit is contained in:
parent
5ff61d44ea
commit
73be6aaa42
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user