From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bob Peterson Date: Wed, 19 Aug 2009 08:49:18 -0400 (EDT) Subject: [Cluster-devel] [PATCH 4/4] fsck.gfs2: Make block_mounters static In-Reply-To: <1250670274-7794-5-git-send-email-andy@andrewprice.me.uk> Message-ID: <988852027.770651250686158504.JavaMail.root@zmail06.collab.prod.int.phx2.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ----- "Andrew Price" wrote: | Make block_mounters static - it's only used in initialize.c | | Signed-off-by: Andrew Price | --- | gfs2/fsck/initialize.c | 2 +- | 1 files changed, 1 insertions(+), 1 deletions(-) | | diff --git a/gfs2/fsck/initialize.c b/gfs2/fsck/initialize.c | index 8bf5782..789895e 100644 | --- a/gfs2/fsck/initialize.c | +++ b/gfs2/fsck/initialize.c | @@ -31,7 +31,7 @@ | * Change the lock protocol so nobody can mount the fs | * | */ | -int block_mounters(struct gfs2_sbd *sbp, int block_em) | +static int block_mounters(struct gfs2_sbd *sbp, int block_em) | { | if(block_em) { | /* verify it starts with lock_ */ | -- | 1.6.3.3 Hi, ACKed by Bob Peterson Regards, Bob Peterson Red Hat File Systems