Skip to content

Commit 5a569db

Browse files
Anthony Iliopoulosakpm00
Anthony Iliopoulos
authored andcommitted
docs: update ocfs2-devel mailing list address
The ocfs2-devel mailing list has been migrated to the kernel.org infrastructure, update all related documentation pointers to reflect the change. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Anthony Iliopoulos <[email protected]> Acked-by: Joseph Qi <[email protected]> Acked-by: Joel Becker <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Mark Fasheh <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent a57b4b7 commit 5a569db

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Documentation/ABI/obsolete/o2cb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
What: /sys/o2cb
22
Date: Dec 2005
33
KernelVersion: 2.6.16
4-
Contact: ocfs2-devel@oss.oracle.com
4+
Contact: ocfs2-devel@lists.linux.dev
55
Description: Ocfs2-tools looks at 'interface-revision' for versioning
66
information. Each logmask/ file controls a set of debug prints
77
and can be written into with the strings "allow", "deny", or
88
"off". Reading the file returns the current state.
99
Was renamed to /sys/fs/u2cb/
1010
Users: ocfs2-tools. It's sufficient to mail proposed changes to
11-
ocfs2-devel@oss.oracle.com.
11+
ocfs2-devel@lists.linux.dev.

Documentation/ABI/removed/o2cb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
What: /sys/o2cb symlink
22
Date: May 2011
33
KernelVersion: 3.0
4-
Contact: ocfs2-devel@oss.oracle.com
4+
Contact: ocfs2-devel@lists.linux.dev
55
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
66
removed when new versions of ocfs2-tools which know to look
77
in /sys/fs/o2cb are sufficiently prevalent. Don't code new
88
software to look here, it should try /sys/fs/o2cb instead.
99
Users: ocfs2-tools. It's sufficient to mail proposed changes to
10-
ocfs2-devel@oss.oracle.com.
10+
ocfs2-devel@lists.linux.dev.

Documentation/ABI/stable/o2cb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
What: /sys/fs/o2cb/
22
Date: Dec 2005
33
KernelVersion: 2.6.16
4-
Contact: ocfs2-devel@oss.oracle.com
4+
Contact: ocfs2-devel@lists.linux.dev
55
Description: Ocfs2-tools looks at 'interface-revision' for versioning
66
information. Each logmask/ file controls a set of debug prints
77
and can be written into with the strings "allow", "deny", or
88
"off". Reading the file returns the current state.
99
Users: ocfs2-tools. It's sufficient to mail proposed changes to
10-
ocfs2-devel@oss.oracle.com.
10+
ocfs2-devel@lists.linux.dev.

Documentation/ABI/testing/sysfs-ocfs2

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
What: /sys/fs/ocfs2/
22
Date: April 2008
3-
Contact: ocfs2-devel@oss.oracle.com
3+
Contact: ocfs2-devel@lists.linux.dev
44
Description:
55
The /sys/fs/ocfs2 directory contains knobs used by the
66
ocfs2-tools to interact with the filesystem.
77

88
What: /sys/fs/ocfs2/max_locking_protocol
99
Date: April 2008
10-
Contact: ocfs2-devel@oss.oracle.com
10+
Contact: ocfs2-devel@lists.linux.dev
1111
Description:
1212
The /sys/fs/ocfs2/max_locking_protocol file displays version
1313
of ocfs2 locking supported by the filesystem. This version
@@ -28,7 +28,7 @@ Description:
2828

2929
What: /sys/fs/ocfs2/loaded_cluster_plugins
3030
Date: April 2008
31-
Contact: ocfs2-devel@oss.oracle.com
31+
Contact: ocfs2-devel@lists.linux.dev
3232
Description:
3333
The /sys/fs/ocfs2/loaded_cluster_plugins file describes
3434
the available plugins to support ocfs2 cluster operation.
@@ -48,7 +48,7 @@ Description:
4848

4949
What: /sys/fs/ocfs2/active_cluster_plugin
5050
Date: April 2008
51-
Contact: ocfs2-devel@oss.oracle.com
51+
Contact: ocfs2-devel@lists.linux.dev
5252
Description:
5353
The /sys/fs/ocfs2/active_cluster_plugin displays which
5454
cluster plugin is currently in use by the filesystem.
@@ -65,7 +65,7 @@ Description:
6565

6666
What: /sys/fs/ocfs2/cluster_stack
6767
Date: April 2008
68-
Contact: ocfs2-devel@oss.oracle.com
68+
Contact: ocfs2-devel@lists.linux.dev
6969
Description:
7070
The /sys/fs/ocfs2/cluster_stack file contains the name
7171
of current ocfs2 cluster stack. This value is set by
@@ -86,4 +86,4 @@ Description:
8686
stack return an error.
8787

8888
Users:
89-
ocfs2-tools <ocfs2-tools-devel@oss.oracle.com>
89+
ocfs2-tools <ocfs2-tools-devel@lists.linux.dev>

Documentation/filesystems/dlmfs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dlmfs is built with OCFS2 as it requires most of its infrastructure.
1212

1313
:Project web page: http://ocfs2.wiki.kernel.org
1414
:Tools web page: https://github.com/markfasheh/ocfs2-tools
15-
:OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
15+
:OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
1616

1717
All code copyright 2005 Oracle except when otherwise noted.
1818

Documentation/filesystems/ocfs2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get "mount.ocfs2" and "ocfs2_hb_ctl".
1414

1515
Project web page: http://ocfs2.wiki.kernel.org
1616
Tools git tree: https://github.com/markfasheh/ocfs2-tools
17-
OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
17+
OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
1818

1919
All code copyright 2005 Oracle except when otherwise noted.
2020

fs/ocfs2/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ config OCFS2_FS
1717
You'll want to install the ocfs2-tools package in order to at least
1818
get "mount.ocfs2".
1919

20-
Project web page: https://oss.oracle.com/projects/ocfs2
21-
Tools web page: https://oss.oracle.com/projects/ocfs2-tools
22-
OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
20+
Project web page: https://ocfs2.wiki.kernel.org/
21+
Tools web page: https://github.com/markfasheh/ocfs2-tools
22+
OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
2323

2424
For more information on OCFS2, see the file
2525
<file:Documentation/filesystems/ocfs2.rst>.

0 commit comments

Comments
 (0)