public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Abhijith Das <adas@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: gfs1-utils: master - gfs-kernel: enable FS_HAS_FREEZE
Date: Wed, 27 May 2009 14:57:00 -0000	[thread overview]
Message-ID: <20090527145701.5D00312020E@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/gfs1-utils.git?p=gfs1-utils.git;a=commitdiff;h=e4e24258a5fe004b86f3ccda1250dfff87076af3
Commit:        e4e24258a5fe004b86f3ccda1250dfff87076af3
Parent:        f190150c52fad148fa164775fe6317941a6a2f47
Author:        Abhijith Das <adas@redhat.com>
AuthorDate:    Fri May 22 14:59:29 2009 -0500
Committer:     Abhijith Das <adas@redhat.com>
CommitterDate: Wed May 27 09:56:22 2009 -0500

gfs-kernel: enable FS_HAS_FREEZE

gfs is missing the fs flag that enables the freeze/thaw feature.

Signed-off-by: Abhi Das <adas@redhat.com>
---
 gfs-kernel/src/gfs/ops_fstype.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs-kernel/src/gfs/ops_fstype.c b/gfs-kernel/src/gfs/ops_fstype.c
index 93bf4d1..2c649ff 100644
--- a/gfs-kernel/src/gfs/ops_fstype.c
+++ b/gfs-kernel/src/gfs/ops_fstype.c
@@ -809,7 +809,7 @@ gfs_kill_sb(struct super_block *sb)
 
 struct file_system_type gfs_fs_type = {
 	.name = "gfs",
-	.fs_flags = FS_REQUIRES_DEV,
+	.fs_flags = FS_REQUIRES_DEV | FS_HAS_FREEZE,
 	.get_sb = gfs_get_sb,
 	.kill_sb = gfs_kill_sb,
 	.owner = THIS_MODULE,


                 reply	other threads:[~2009-05-27 14:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090527145701.5D00312020E@lists.fedorahosted.org \
    --to=adas@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).