Re: [PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions

2021-04-12 Thread Sean Anderson
On 4/12/21 5:44 PM, Tom Rini wrote: > On Tue, Mar 09, 2021 at 03:56:24PM -0500, Sean Anderson wrote: > >> This allows using dev#partlabel syntax. >> >> Signed-off-by: Sean Anderson >> --- >> >> fs/fs.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/fs/fs.c

Re: [PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions

2021-04-12 Thread Tom Rini
On Tue, Mar 09, 2021 at 03:56:24PM -0500, Sean Anderson wrote: > This allows using dev#partlabel syntax. > > Signed-off-by: Sean Anderson > --- > > fs/fs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/fs/fs.c b/fs/fs.c > index 900928c394..b7936fd4cf 100644 >

Re: [PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions

2021-03-09 Thread Sean Anderson
On 3/9/21 4:21 PM, Heinrich Schuchardt wrote: > Am 9. März 2021 21:56:24 MEZ schrieb Sean Anderson : >> This allows using dev#partlabel syntax. > > Allowing more widespread use of that syntax makes sense to me. > > Unfortunately you do not mention which commands and devices are affected. I

Re: [PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions

2021-03-09 Thread Heinrich Schuchardt
Am 9. März 2021 21:56:24 MEZ schrieb Sean Anderson : >This allows using dev#partlabel syntax. Allowing more widespread use of that syntax makes sense to me. Unfortunately you do not mention which commands and devices are affected. > >Signed-off-by: Sean Anderson >--- > > fs/fs.c | 4 ++-- > 1

[PATCH] cmd: fs: Use part_get_info_by_dev_and_name_or_num to parse partitions

2021-03-09 Thread Sean Anderson
This allows using dev#partlabel syntax. Signed-off-by: Sean Anderson --- fs/fs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/fs.c b/fs/fs.c index 900928c394..b7936fd4cf 100644 --- a/fs/fs.c +++ b/fs/fs.c @@ -385,8 +385,8 @@ int fs_set_blk_dev(const char *ifname,