[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240116113308.78935e11.alex.williamson@redhat.com>
Date: Tue, 16 Jan 2024 11:33:08 -0700
From: Alex Williamson <alex.williamson@...hat.com>
To: Markus Elfring <Markus.Elfring@....de>
Cc: Eric Auger <eric.auger@...hat.com>, kvm@...r.kernel.org,
kernel-janitors@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: vfio/platform: Use common error handling code in
vfio_set_trigger()
On Tue, 16 Jan 2024 12:32:23 +0100
Markus Elfring <Markus.Elfring@....de> wrote:
> > TBH, this doesn't seem like a worthwhile exit point consolidation. A
> > change like this might be justified if there were some common unlock
> > code that could be shared, but for a simple free and return errno by
> > jumping to a different exception block, rather than even a common exit
> > block, I don't see the value.
>
> Can it be helpful to store the shown kfree() call only once
> in this function implementation?
I don't believe it's worthwhile, it's a simple function with simple
exit paths and consolidating those exit paths for a trivial kfree() is
unnecessarily complex. Thanks,
Alex
Powered by blists - more mailing lists