kernel/fs/xfs/xfs_fsops.h
.. .. @@ -8,7 +8,7 @@ 8 8 9 9 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in); 10 10 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);12 12 extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval, 13 13 xfs_fsop_resblks_t *outval); 14 14 extern int xfs_fs_goingdown(xfs_mount_t *mp, uint32_t inflags);