bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH parted 1/3] linux: use blkid_topology_get_physical_sector_siz


From: Jim Meyering
Subject: Re: [PATCH parted 1/3] linux: use blkid_topology_get_physical_sector_size
Date: Fri, 29 Jan 2010 10:07:25 +0100

Hans de Goede wrote:
> The official 2.17 release of util-linux-ng, has added a function to
> get the physical sector size, use that instead of getting the
> minimum io size.
> * libparted/arch/linux.c(_device_set_sector_size): use
> blkid_topology_get_physical_sector_size.
> ---
>  libparted/arch/linux.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c
> index aefe788..bf33059 100644
> --- a/libparted/arch/linux.c
> +++ b/libparted/arch/linux.c
> @@ -668,7 +668,7 @@ _device_set_sector_size (PedDevice* dev)
>                          dev->path, strerror (errno), 
> PED_SECTOR_SIZE_DEFAULT);
>          } else {
>                  dev->phys_sector_size =
> -                        blkid_topology_get_minimum_io_size(
> +                        blkid_topology_get_physical_sector_size(
>                                  arch_specific->topology);
>          }
>  #endif

Thanks.  I've applied this.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]