On Sat, Nov 6, 2021 at 10:29 AM Richard W.M. Jones <rjones(a)redhat.com> wrote:
You should be able to just cherry pick the libnbd patches into nbdkit,
ie:
cd nbdkit
git fetch ../libnbd
git cherry-pick -x dc9ae0174ab1384081a57a8d54b10f8147ea6430
(maybe adjust the commit message to note that the commit
hash comes from libnbd)
I did try chery-pick, I did not know it can work with unrelated trees.
I created patches using "git format-patch", edited them to remove
changes to non existing files, and applied them using patch.
Might help to make it clear where the commits come from.
Anyway, ACK, please synch nbdkit with libnbd.
Pushed with fixed Makefile.am and reference to the libnbd commit
hashes.
Nir