On Fri, 2023-01-20 at 16:45 +0100, Carlos Maiolino wrote: > Hello. > > The xfsprogs for-next branch, located at: > > https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/refs/?h=for-next > > Has just been updated. > > Patches often get missed, so if your outstanding patches are properly > reviewed on > the list and not included in this update, please let me know. > > The new head of the for-next branch is commit: > > d8eab7600f470fbd09013eb90cbc7c5e271da4e5 > > 4 new commits: > > Catherine Hoang (2): > [d9151538d] xfs_io: add fsuuid command Oops, Catherine and I noticed a bug in this patch yesterday. Do you want an updated patch, or a separate fix patch? Allison > [e7cd89b2d] xfs_admin: get UUID of mounted filesystem > > Dave Chinner (2): > [0f1291c3b] progs: autoconf fails during debian package builds > [d8eab7600] progs: just use libtoolize > > Code Diffstat: > > Makefile | 16 +-------------- > db/xfs_admin.sh | 61 > ++++++++++++++++++++++++++++++++++++++++++++++--------- > io/Makefile | 6 +++--- > io/fsuuid.c | 49 ++++++++++++++++++++++++++++++++++++++++++++ > io/init.c | 1 + > io/io.h | 1 + > man/man8/xfs_io.8 | 3 +++ > 7 files changed, 109 insertions(+), 28 deletions(-) > create mode 100644 io/fsuuid.c >