parted bug

2009-08-28 Thread Ariko MagiK
Hi ! A bug to signal !! As mentionned in msg alert, i decide to send it to you. Best regards 1: /usr/lib64/qt-3.3/lib/libqt-mt.so.3(_ZN11QScrollView11eventFilterEP7QObjectP6QEvent+0x1d7) [0x327a276f87] Une anomalie a été détectée dans GNU Parted. Reportez-vous au site de Parted / http://ww

Re: Multiple issues with commit_to_os (Linux)

2009-08-28 Thread Jim Meyering
Hans de Goede wrote: > Short intro: I'm an anaconda (The Fedora installer) developer, and > anaconda uses parted for its partitioning. > > While testing partitionable mdraid I noticed that the kernels > view of the partition table never changes even though I was successfully > making commit_to_os()

Re: PATCH [libparted]: avoid unnecessary open() / close() on commit()

2009-08-28 Thread Jim Meyering
Hans de Goede wrote: ... > This is rather inefficient, and causes 2 udev change events to be fired > for /dev/sda (+ the change events from the BLKRRPART), causing all kind > of scanning (blkid & friends) twice. > > The attached patch fixes things to only open the device once. Hi Hans, Thanks for