John Garry d7ba701da6 xfs: Clear W=1 warning in xfs_iwalk_run_callbacks()
For CONFIG_XFS_DEBUG unset, xfs_iwalk_run_callbacks() generates the
following warning for when building with W=1:

fs/xfs/xfs_iwalk.c: In function ‘xfs_iwalk_run_callbacks’:
fs/xfs/xfs_iwalk.c:354:42: error: variable ‘irec’ set but not used [-Werror=unused-but-set-variable]
  354 |         struct xfs_inobt_rec_incore     *irec;
      |                                          ^~~~
cc1: all warnings being treated as errors

Drop @irec, as it is only an intermediate variable.

Suggested-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
2024-05-27 15:54:24 +05:30
..
2024-02-22 12:43:35 -08:00
2024-05-20 12:55:12 -07:00
2024-03-13 13:52:24 -07:00
2024-04-23 07:47:00 -07:00
2024-04-23 07:47:00 -07:00
2024-05-20 12:55:12 -07:00
2024-04-22 18:00:47 +05:30
2024-04-22 18:00:47 +05:30
2024-04-23 07:47:00 -07:00
2024-04-23 07:47:00 -07:00
2024-04-23 16:55:18 -07:00
2024-04-22 12:51:43 +05:30
2024-04-15 14:59:02 -07:00
2024-02-17 09:32:32 +05:30
2024-04-23 07:47:00 -07:00
2024-04-22 18:00:47 +05:30
2024-04-23 07:46:50 -07:00