hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/xfs/xfs_fsops.h
....@@ -8,7 +8,7 @@
88
99 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
1010 extern int xfs_growfs_log(xfs_mount_t *mp, xfs_growfs_log_t *in);
11
-extern int xfs_fs_counts(xfs_mount_t *mp, xfs_fsop_counts_t *cnt);
11
+extern void xfs_fs_counts(xfs_mount_t *mp, xfs_fsop_counts_t *cnt);
1212 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
1313 xfs_fsop_resblks_t *outval);
1414 extern int xfs_fs_goingdown(xfs_mount_t *mp, uint32_t inflags);