]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
FIXUP: xfs: add support for zoned space reservations
authorChristoph Hellwig <hch@lst.de>
Fri, 20 Dec 2024 03:49:37 +0000 (19:49 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 8 Apr 2025 07:15:09 +0000 (09:15 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/libxfs_priv.h
libxfs/xfs_bmap.c

index 82952b0db62923af255748a15682bfd8d1e033fc..d5f7d28e08e268d25676a7e4122f05d438c67d05 100644 (file)
@@ -471,6 +471,8 @@ static inline int retzero(void) { return 0; }
 #define xfs_sb_validate_fsb_count(sbp, nblks)          (0)
 #define xlog_calc_iovec_len(len)               roundup(len, sizeof(uint32_t))
 
+#define xfs_zoned_add_available(mp, rtxnum)    do { } while (0)
+
 /*
  * Prototypes for kernel static functions that are aren't in their
  * associated header files.
index 3a857181bfa492c2f939599e3127f1ad6e81d2e5..3cb47c3c8707dbe12391bf1765043348808fffef 100644 (file)
@@ -35,7 +35,6 @@
 #include "xfs_symlink_remote.h"
 #include "xfs_inode_util.h"
 #include "xfs_rtgroup.h"
-#include "xfs_zone_alloc.h"
 
 struct kmem_cache              *xfs_bmap_intent_cache;