diff options
author | David Teigland <teigland@redhat.com> | 2006-06-22 15:29:57 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-06-22 15:29:57 -0400 |
commit | a464418425192da270a9944d0e48c33e186af601 (patch) | |
tree | f8df3c9147f538a51cc6b3b10c5c8038eaa6cdda | |
parent | bdd512aeeab860f7a9a537142dd0983f884d723a (diff) |
[GFS2] gfs2/dlm: mailing list and web page
List new development mailing list and correct web page url.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
-rw-r--r-- | MAINTAINERS | 4 | ||||
-rw-r--r-- | fs/gfs2/Kconfig | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 50817bf60694..b7206bbc96f3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -845,7 +845,7 @@ P: Patrick Caulfield | |||
845 | M: pcaulfie@redhat.com | 845 | M: pcaulfie@redhat.com |
846 | P: David Teigland | 846 | P: David Teigland |
847 | M: teigland@redhat.com | 847 | M: teigland@redhat.com |
848 | L: linux-cluster@redhat.com | 848 | L: cluster-devel@redhat.com |
849 | W: http://sources.redhat.com/cluster/ | 849 | W: http://sources.redhat.com/cluster/ |
850 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git | 850 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git |
851 | S: Supported | 851 | S: Supported |
@@ -1103,7 +1103,7 @@ S: Maintained | |||
1103 | GFS2 FILE SYSTEM | 1103 | GFS2 FILE SYSTEM |
1104 | P: Steven Whitehouse | 1104 | P: Steven Whitehouse |
1105 | M: swhiteho@redhat.com | 1105 | M: swhiteho@redhat.com |
1106 | L: linux-cluster@redhat.com | 1106 | L: cluster-devel@redhat.com |
1107 | W: http://sources.redhat.com/cluster/ | 1107 | W: http://sources.redhat.com/cluster/ |
1108 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git | 1108 | T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git |
1109 | S: Supported | 1109 | S: Supported |
diff --git a/fs/gfs2/Kconfig b/fs/gfs2/Kconfig index 115f30d8c22e..8c27de8b9568 100644 --- a/fs/gfs2/Kconfig +++ b/fs/gfs2/Kconfig | |||
@@ -15,7 +15,7 @@ config GFS2_FS | |||
15 | 15 | ||
16 | To use the GFS2 filesystem, you will need to enable one or more of | 16 | To use the GFS2 filesystem, you will need to enable one or more of |
17 | the below locking modules. Documentation and utilities for GFS2 can | 17 | the below locking modules. Documentation and utilities for GFS2 can |
18 | be found here: http://sources.redhat.com/cluster/gfs/ | 18 | be found here: http://sources.redhat.com/cluster |
19 | 19 | ||
20 | config GFS2_FS_LOCKING_NOLOCK | 20 | config GFS2_FS_LOCKING_NOLOCK |
21 | tristate "GFS2 \"nolock\" locking module" | 21 | tristate "GFS2 \"nolock\" locking module" |