xfs
[Top] [All Lists]

Re: [PATCH 1/2] kill xfs_freeze

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH 1/2] kill xfs_freeze
From: Donald Douwsma <donaldd@xxxxxxx>
Date: Wed, 26 Sep 2007 10:10:54 +1000
Cc: xfs@xxxxxxxxxxx
In-reply-to: <20070925194528.GA1818@xxxxxx>
References: <20070925194528.GA1818@xxxxxx>
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (Macintosh/20070728)
Christoph Hellwig wrote:
No need to have a wrapper just two call two more functions.
...

Index: linux-2.6-xfs/fs/xfs/xfs_vfsops.c
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_vfsops.c      2007-09-23 13:54:35.000000000 
+0200
+++ linux-2.6-xfs/fs/xfs/xfs_vfsops.c   2007-09-23 13:56:12.000000000 +0200
@@ -692,7 +692,7 @@ xfs_quiesce_fs(
  * care of the metadata. New transactions are already blocked, so we need to
  * wait for any remaining transactions to drain out before proceding.
  */
-STATIC void
+void
 xfs_attr_quiesce(
        xfs_mount_t     *mp)
 {
Index: linux-2.6-xfs/fs/xfs/xfs_vfsops.h
===================================================================
--- linux-2.6-xfs.orig/fs/xfs/xfs_vfsops.h      2007-09-23 13:56:16.000000000 
+0200
+++ linux-2.6-xfs/fs/xfs/xfs_vfsops.h   2007-09-23 13:56:34.000000000 +0200

This has removed all use of xfs_freeze, but I cant see a diff
hunk that removes the xfs_freeze implementation from xfs_vfsops.c

Don


<Prev in Thread] Current Thread [Next in Thread>