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

Commit 479ba36b authored by Tim Shimmin's avatar Tim Shimmin
Browse files

[XFS] Remove STATIC which was missing from prior manual merge



Removes STATIC on xfs_freeze function which was not manually
applied for SGI-Modid: xfs-linux-melb:xfs-kern:29504a.

Reviewed-by: default avatarLachlan McIlroy <lachlan@sgi.com>
Signed-off-by: default avatarTim Shimmin <tes@sgi.com>
parent cd514bda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2117,7 +2117,7 @@ xfs_showargs(
 * need to take care of themetadata. Once that's done write a dummy
 * record to dirty the log in case of a crash while frozen.
 */
STATIC void
void
xfs_freeze(
	xfs_mount_t	*mp)
{