From: Tim Shimmin Date: Tue, 16 Oct 2007 05:32:57 +0000 (+1000) Subject: [XFS] Remove STATIC which was missing from prior manual merge X-Git-Tag: v2.6.24-rc1~492^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=479ba36bbb322a21aa65cc89223c50adf78f4a56;p=karo-tx-linux.git [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: Lachlan McIlroy Signed-off-by: Tim Shimmin --- diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c index 23579ff374c5..a5a8454f2a63 100644 --- a/fs/xfs/xfs_vfsops.c +++ b/fs/xfs/xfs_vfsops.c @@ -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) {