public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - gfs-kernel: enable FS_HAS_FREEZE
@ 2009-05-22 20:01 Abhijith Das
  0 siblings, 0 replies; only message in thread
From: Abhijith Das @ 2009-05-22 20:01 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d58d6c204132550fe725e95b368b0f507785fae6
Commit:        d58d6c204132550fe725e95b368b0f507785fae6
Parent:        28f3ab6ed32dd77e34721cf5feab9ebd419d4c07
Author:        Abhijith Das <adas@redhat.com>
AuthorDate:    Fri May 22 14:59:29 2009 -0500
Committer:     Abhijith Das <adas@redhat.com>
CommitterDate: Fri May 22 14:59:29 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,


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-22 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-22 20:01 cluster: STABLE3 - gfs-kernel: enable FS_HAS_FREEZE Abhijith Das

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).