Message ID | cover.1681938911.git.josef@toxicpanda.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: sync basic code from the kernel | expand |
On Wed, Apr 19, 2023 at 05:17:11PM -0400, Josef Bacik wrote: > Hello, > > This series copies the easier to sync files from the kernel into btrfs-progs and > updates all the users to include the appropriate headers. There's an extra > change in here to deal with va_format, which we'll need for future syncs. I put > it in here because it's related to the messages sync, so it seemed appropriate. > > This depends on the series > > btrfs-progs: prep work for syncing files into kernel-shared > > Thanks, > > Josef > > Josef Bacik (8): > btrfs-progs: sync uapi/btrfs.h into btrfs-progs > btrfs-progs: sync ondisk definitions from the kernel > btrfs-progs: sync messages.* from the kernel > btrfs-progs: add struct va_format support to our btrfs_no_printk > helper > btrfs-progs: sync accessors.[ch] from the kernel > btrfs-progs: sync file-item.h into progs > btrfs-progs: sync async-thread.[ch] from the kernel > btrfs-progs: sync extent-io-tree.[ch] and misc.h from the kernel Added to devel, thanks. There were random compilation problems due to the paths or missing forward declarations. I did only minimal changes to make it build, we'll need to do another pass once all the patches land.