Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=479ba36bbb322a21aa65cc89223c50adf78f4a56
Commit:     479ba36bbb322a21aa65cc89223c50adf78f4a56
Parent:     cd514bdaa87e48b52d4074390043f19ce43ea2c4
Author:     Tim Shimmin <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 15:32:57 2007 +1000
Committer:  Tim Shimmin <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 15:32:57 2007 +1000

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Tim Shimmin <[EMAIL PROTECTED]>
---
 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 23579ff..a5a8454 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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to