Re: [PATCH] Remove DASD restriction on _disk_sync_part_table (#651478)

2010-11-22 Thread Jim Meyering
Hans de Goede wrote: > I think the comment about devfs can and should be removed too, esp. > as we no longer test for devfs (and fallback to the reread ioctl in > case of devfs). Thanks. That is definitely a stale comment. I've squashed that in: >From 9fa0e1800db5b9f094ae481fd95a51da03f19e95 Mo

Re: [PATCH] Remove DASD restriction on _disk_sync_part_table (#651478)

2010-11-22 Thread Hans de Goede
Hi, I think the comment about devfs can and should be removed too, esp. as we no longer test for devfs (and fallback to the reread ioctl in case of devfs). Regards, Hans On 11/22/2010 10:04 AM, Jim Meyering wrote: Brian C. Lane wrote: --- libparted/arch/linux.c | 23 ++-

Re: [PATCH] Remove DASD restriction on _disk_sync_part_table (#651478)

2010-11-22 Thread Jim Meyering
Brian C. Lane wrote: > --- > libparted/arch/linux.c | 23 ++- > 1 files changed, 2 insertions(+), 21 deletions(-) > > diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c > index 38f4e31..435cb46 100644 > --- a/libparted/arch/linux.c > +++ b/libparted/arch/linux.c ...