Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea95961d authored by Fengguang Wu's avatar Fengguang Wu Committed by Dave Chinner
Browse files

xfs: xfs_rtget_summary can be static



Fix sparse warning introduced by commit afabfd30 ("xfs: combine
xfs_rtmodify_summary and xfs_rtget_summary").

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: default avatarDave Chinner <dchinner@redhat.com>
Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
parent e3cf1796
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,7 +46,7 @@
 * Keeps track of a current summary block, so we don't keep reading
 * Keeps track of a current summary block, so we don't keep reading
 * it from the buffer cache.
 * it from the buffer cache.
 */
 */
int
static int
xfs_rtget_summary(
xfs_rtget_summary(
	xfs_mount_t	*mp,		/* file system mount structure */
	xfs_mount_t	*mp,		/* file system mount structure */
	xfs_trans_t	*tp,		/* transaction pointer */
	xfs_trans_t	*tp,		/* transaction pointer */