diff options
author | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-16 01:32:57 -0400 |
---|---|---|
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | 2007-10-16 01:32:57 -0400 |
commit | 479ba36bbb322a21aa65cc89223c50adf78f4a56 (patch) | |
tree | 20d43a3913680bd7dd77fb83d83824bb6c90d23d | |
parent | cd514bdaa87e48b52d4074390043f19ce43ea2c4 (diff) |
[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 <lachlan@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
-rw-r--r-- | fs/xfs/xfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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( | |||
2117 | * need to take care of themetadata. Once that's done write a dummy | 2117 | * need to take care of themetadata. Once that's done write a dummy |
2118 | * record to dirty the log in case of a crash while frozen. | 2118 | * record to dirty the log in case of a crash while frozen. |
2119 | */ | 2119 | */ |
2120 | STATIC void | 2120 | void |
2121 | xfs_freeze( | 2121 | xfs_freeze( |
2122 | xfs_mount_t *mp) | 2122 | xfs_mount_t *mp) |
2123 | { | 2123 | { |