aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorTim Shimmin <tes@chook.melbourne.sgi.com>2007-10-16 15:32:57 +1000
committerTim Shimmin <tes@chook.melbourne.sgi.com>2007-10-16 15:32:57 +1000
commit479ba36bbb322a21aa65cc89223c50adf78f4a56 (patch)
tree20d43a3913680bd7dd77fb83d83824bb6c90d23d /fs/xfs
parent[XFS] Put back the QUEUE_ORDERED_NONE test in the barrier check. (diff)
downloadlinux-dev-479ba36bbb322a21aa65cc89223c50adf78f4a56.tar.xz
linux-dev-479ba36bbb322a21aa65cc89223c50adf78f4a56.zip
[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>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_vfsops.c2
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(
* 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)
{