Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

xfs: add missing forward declaration in xfs_zones.h

Add the missing forward declaration for struct blk_zone in xfs_zones.h.
This avoids headaches with the order of header file inclusion to avoid
compilation errors.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>

authored by

Damien Le Moal and committed by
Carlos Maiolino
41263267 3a65ea76

+1
+1
fs/xfs/libxfs/xfs_zones.h
··· 3 3 #define _LIBXFS_ZONES_H 4 4 5 5 struct xfs_rtgroup; 6 + struct blk_zone; 6 7 7 8 /* 8 9 * In order to guarantee forward progress for GC we need to reserve at least