hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/fs/xfs/libxfs/xfs_sb.h
....@@ -33,7 +33,7 @@
3333 extern int xfs_update_secondary_sbs(struct xfs_mount *mp);
3434
3535 #define XFS_FS_GEOM_MAX_STRUCT_VER (4)
36
-extern int xfs_fs_geometry(struct xfs_sb *sbp, struct xfs_fsop_geom *geo,
36
+extern void xfs_fs_geometry(struct xfs_sb *sbp, struct xfs_fsop_geom *geo,
3737 int struct_version);
3838 extern int xfs_sb_read_secondary(struct xfs_mount *mp,
3939 struct xfs_trans *tp, xfs_agnumber_t agno,