Skip to content

Commit

Permalink
[XFS] Remove STATIC which was missing from prior manual merge
Browse files Browse the repository at this point in the history
Removes STATIC on xfs_freeze function which was not manually
applied for SGI-Modid: xfs-linux-melb:xfs-kern:29504a.

Reviewed-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
  • Loading branch information
Tim Shimmin committed Oct 16, 2007
1 parent cd514bd commit 479ba36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 479ba36

Please sign in to comment.