Message ID | 20200224153752.35063-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: bypass UUID API aliasing | expand |
On Mon, Feb 24, 2020 at 05:37:48PM +0200, Andy Shevchenko wrote: > UUID API has been converted to differentiate UUID and GUID. > Btrfs is using aliases to the new API for some time. > > Bypass that aliasing by converting btrfs to use API calls directly. > > The series has been compiled only. Now it looks good to me, all the objections have been addressed, thanks. > P.S. It may be applied either to btrfs tree or to UUID one. Both works for me. There are no conflicts with current btrfs queue and I don't expect anything serious in the future.
On Mon, Feb 24, 2020 at 06:26:45PM +0100, David Sterba wrote: > On Mon, Feb 24, 2020 at 05:37:48PM +0200, Andy Shevchenko wrote: > > UUID API has been converted to differentiate UUID and GUID. > > Btrfs is using aliases to the new API for some time. > > > > Bypass that aliasing by converting btrfs to use API calls directly. > > > > The series has been compiled only. > > Now it looks good to me, all the objections have been addressed, thanks. > > > P.S. It may be applied either to btrfs tree or to UUID one. > > Both works for me. There are no conflicts with current btrfs queue and I > don't expect anything serious in the future. Please pick it up through the btrfs tree.