From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0877458768476515824==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH sashal-linux-stable] xfs: xfs_rtalloc_log_count can be static Date: Sun, 27 Sep 2020 11:55:27 +0800 Message-ID: <20200927035527.GA60792@501668ae326e> In-Reply-To: <202009271148.RuHSFY5K%lkp@intel.com> List-Id: --===============0877458768476515824== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: 3620c7ff04a4 ("xfs: fix log reservation overflows when allocating la= rge rt extents") Signed-off-by: kernel test robot --- xfs_trans_resv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/libxfs/xfs_trans_resv.c b/fs/xfs/libxfs/xfs_trans_resv.c index b3584cd2cc1640..a9b32879a9d15b 100644 --- a/fs/xfs/libxfs/xfs_trans_resv.c +++ b/fs/xfs/libxfs/xfs_trans_resv.c @@ -202,7 +202,7 @@ xfs_calc_inode_chunk_res( * blocks as needed to mark inuse MAXEXTLEN blocks' worth of realtime exte= nts, * as well as the realtime summary block. */ -unsigned int +static unsigned int xfs_rtalloc_log_count( struct xfs_mount *mp, unsigned int num_ops) --===============0877458768476515824==--